aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 745d9a9..43f0b28 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -6,6 +6,6 @@
"esModuleInterop": true,
"outDir": "build"
},
- "include": ["**/*"],
- "exclude": ["node_modules"],
+ "include": ["src"],
+ "exclude": ["**/node_modules"],
} \ No newline at end of file