summaryrefslogtreecommitdiff
path: root/static/scripts/tsconfig.json
diff options
context:
space:
mode:
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