From 53ab332e6d2afe9818914e0026310e4cadcc4202 Mon Sep 17 00:00:00 2001 From: Martin Kagamino Lehoux Date: Sun, 16 Aug 2026 14:23:32 +0200 Subject: refactor(web): migrate browser code to TypeScript --- tsconfig.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 6ad150d..5944a6c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,15 +1,14 @@ { "compilerOptions": { - "allowJs": true, - "checkJs": true, + "allowImportingTsExtensions": true, "lib": ["DOM", "ES2022"], "module": "ESNext", "moduleResolution": "Bundler", "noEmit": true, - "strict": false, + "strict": true, "skipLibCheck": true, "target": "ES2022", "types": ["leaflet", "node"] }, - "include": ["web/static/**/*.js", "web/static_test/**/*.js", "web/types/**/*.d.ts"] + "include": ["web/frontend/**/*.ts", "web/frontend/**/*.d.ts", "web/types/**/*.d.ts"] } -- cgit v1.2.3