Files
morten-olsen.github.io/tsconfig.json
Morten Olsen 98e39a54cc init
2024-04-02 12:00:29 +02:00

11 lines
197 B
JSON

{
"extends": "astro/tsconfigs/strictest",
"compilerOptions": {
"strictNullChecks": true,
"baseUrl": "./",
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["src/**/*"],
}