Files
landing/tsconfig.json
mifi dfa18c8560
Some checks failed
ci/woodpecker/push/ci Pipeline failed
ci/woodpecker/push/deploy unknown status
A bit of JS to improve the UX slightly... More tests. Everything is kosher now.
2026-02-01 19:01:12 -03:00

17 lines
459 B
JSON

{
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"moduleResolution": "bundler"
},
"include": ["src/**/*.ts", "src/**/*.js", "src/**/*.svelte", "static/assets/js/copyright-year.ts"],
"exclude": ["node_modules"]
}