martials.no/tsconfig.json
Martin Berg Alstad 83f018c3b8 Initial commit
2024-09-25 22:20:54 +02:00

12 lines
234 B
JSON

{
"extends": "astro/tsconfigs/strict",
"include": ["src/**/*.ts", "src/**/*.astro", "src/**/*.svelte"],
"compilerOptions": {
"strictNullChecks": true,
"allowJs": true,
"paths": {
"@/*": ["./src/*"]
}
}
}