From 9058b01d6c0e3d1e9e485a537258a312ccfc841c Mon Sep 17 00:00:00 2001 From: mrw1593 Date: Tue, 27 Jun 2023 20:41:34 -0400 Subject: Error handling --- static/scripts/tsconfig.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 static/scripts/tsconfig.json (limited to 'static/scripts/tsconfig.json') 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 -- cgit v1.2.3