aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2021-12-21 15:34:09 +0000
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2021-12-21 15:34:09 +0000
commit5bcc7fbcd13c69fb6d9dd9bbecd959fad3d8ca8c (patch)
tree3ca433939e36ce71e058b007a88581ad86e49961 /tsconfig.json
parenta8d3f95cf8038f24a760551ed8a3342251f81052 (diff)
Cleanup code
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 76ab177..04d1033 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -5,7 +5,8 @@
"target": "es5",
"module": "es2020",
"moduleResolution": "node",
- "allowSyntheticDefaultImports": true
+ "allowSyntheticDefaultImports": true,
+ "strict": true
},
"include": ["./app/**/*.ts"],
}