diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index 66aea81..b1f716e 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -1,6 +1,10 @@ { "extends": "@tsconfig/svelte/tsconfig.json", + "compilerOptions": { + // "target": "ES2019" + "strict": true + }, "include": ["src/**/*"], "exclude": ["node_modules/*", "__sapper__/*", "public/*"], -} \ No newline at end of file +}