summaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
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}