diff options
| author | Mica White <botahamec@outlook.com> | 2025-12-08 20:08:21 -0500 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2025-12-08 20:08:21 -0500 |
| commit | 608ce1d9910cd68ce825838ea313e02c598f908e (patch) | |
| tree | 0bd4ad26f86e5c873f97308983112b0ffe593df3 /static/scripts/tsconfig.json | |
| parent | 93fd2e82e8fdc5ee62739053385f8ccffc660f02 (diff) | |
Diffstat (limited to 'static/scripts/tsconfig.json')
| -rw-r--r-- | static/scripts/tsconfig.json | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/static/scripts/tsconfig.json b/static/scripts/tsconfig.json index 9103384..40f6740 100644 --- a/static/scripts/tsconfig.json +++ b/static/scripts/tsconfig.json @@ -1,12 +1,12 @@ -{ - "compilerOptions": { - "strict": true, - "noFallthroughCasesInSwitch": true, - "exactOptionalPropertyTypes": true, - "noImplicitOverride": true, - "noImplicitReturns": true, - "noPropertyAccessFromIndexSignature": true, - "lib": ["DOM"], - "target": "ES6" - } +{
+ "compilerOptions": {
+ "strict": true,
+ "noFallthroughCasesInSwitch": true,
+ "exactOptionalPropertyTypes": true,
+ "noImplicitOverride": true,
+ "noImplicitReturns": true,
+ "noPropertyAccessFromIndexSignature": true,
+ "lib": ["DOM"],
+ "target": "ES6"
+ }
}
\ No newline at end of file |
