1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
{ "compilerOptions": { "allowJs": true, "checkJs": true, "lib": ["DOM", "ES2022"], "module": "ESNext", "moduleResolution": "Bundler", "noEmit": true, "strict": false, "skipLibCheck": true, "target": "ES2022", "types": ["leaflet", "node"] }, "include": ["web/static/**/*.js", "web/static_test/**/*.js", "web/types/**/*.d.ts"] }