summaryrefslogtreecommitdiff
path: root/client/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r--client/tsconfig.json13
1 files changed, 4 insertions, 9 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json
index e967b4fd..4a9daa33 100644
--- a/client/tsconfig.json
+++ b/client/tsconfig.json
@@ -1,17 +1,12 @@
{
- "extends": "../tsconfig.base.json",
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"outDir": "out",
"rootDir": "src",
- "lib": [ "es6" ],
+ "lib": ["es6"],
"sourceMap": true
},
- "include": [
- "src"
- ],
- "exclude": [
- "node_modules"
- ]
-} \ No newline at end of file
+ "include": ["src"],
+ "exclude": ["node_modules", ".vscode-test"]
+}