aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json6
1 files changed, 2 insertions, 4 deletions
diff --git a/tsconfig.json b/tsconfig.json
index acab4f5..563d58e 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,13 +1,11 @@
{
"compileOnSave": false,
"compilerOptions": {
+ "strict": true,
"noEmit": true,
"declaration": true,
"moduleResolution": "node",
"esModuleInterop": true
},
- "include": [
- "src/*.ts",
- "test/*.ts",
- ]
+ "include": ["src/*.ts", "test/*.ts"]
}