aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-12-10 13:00:43 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-12-10 13:00:43 +0530
commit12afe7d1cf99f832e6faa7cacaf1c469c3685659 (patch)
tree4a130682c36c71a6c7f44a0576197b4e932e137c /tsconfig.json
parent6.2.3-nightly.4 [skip ci] (diff)
downloadferdium-app-12afe7d1cf99f832e6faa7cacaf1c469c3685659.tar.gz
ferdium-app-12afe7d1cf99f832e6faa7cacaf1c469c3685659.tar.zst
ferdium-app-12afe7d1cf99f832e6faa7cacaf1c469c3685659.zip
Normalize eslint/tslint configs across app and server codebases
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json14
1 files changed, 8 insertions, 6 deletions
diff --git a/tsconfig.json b/tsconfig.json
index bf7c81e51..6a1d5d1b2 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,4 +1,12 @@
1{ 1{
2 "include": [
3 "**/*"
4 ],
5 "exclude": [
6 "node_modules",
7 "build",
8 "recipes"
9 ],
2 "compilerOptions": { 10 "compilerOptions": {
3 "outDir": ".tmp", 11 "outDir": ".tmp",
4 "rootDir": "./", 12 "rootDir": "./",
@@ -46,10 +54,4 @@
46 "forceConsistentCasingInFileNames": true, 54 "forceConsistentCasingInFileNames": true,
47 "useDefineForClassFields": true 55 "useDefineForClassFields": true
48 }, 56 },
49 "include": [
50 "src",
51 "scripts",
52 "test",
53 "gulpfile.babel.ts",
54 ],
55} 57}