summaryrefslogtreecommitdiff
path: root/static/scripts/tsconfig.json
diff options
context:
space:
mode:
authormrw1593 <botahamec@outlook.com>2023-06-27 20:41:34 -0400
committermrw1593 <botahamec@outlook.com>2023-06-27 20:41:34 -0400
commit9058b01d6c0e3d1e9e485a537258a312ccfc841c (patch)
tree338334da9d70c59aec3aa5dfd3e3879d23df9f1b /static/scripts/tsconfig.json
parent31f80998a8eef32c0ef2d309bee68ab88f453bab (diff)
Error handling
Diffstat (limited to 'static/scripts/tsconfig.json')
-rw-r--r--static/scripts/tsconfig.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/static/scripts/tsconfig.json b/static/scripts/tsconfig.json
new file mode 100644
index 0000000..9103384
--- /dev/null
+++ b/static/scripts/tsconfig.json
@@ -0,0 +1,12 @@
+{
+ "compilerOptions": {
+ "strict": true,
+ "noFallthroughCasesInSwitch": true,
+ "exactOptionalPropertyTypes": true,
+ "noImplicitOverride": true,
+ "noImplicitReturns": true,
+ "noPropertyAccessFromIndexSignature": true,
+ "lib": ["DOM"],
+ "target": "ES6"
+ }
+} \ No newline at end of file