diff options
Diffstat (limited to 'static/scripts/tsconfig.json')
| -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 |
