diff options
| author | mrw1593 <botahamec@outlook.com> | 2023-06-27 20:41:34 -0400 |
|---|---|---|
| committer | mrw1593 <botahamec@outlook.com> | 2023-06-27 20:41:34 -0400 |
| commit | 9058b01d6c0e3d1e9e485a537258a312ccfc841c (patch) | |
| tree | 338334da9d70c59aec3aa5dfd3e3879d23df9f1b /static/scripts | |
| parent | 31f80998a8eef32c0ef2d309bee68ab88f453bab (diff) | |
Error handling
Diffstat (limited to 'static/scripts')
| -rw-r--r-- | static/scripts/tsconfig.json | 12 |
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 |
