www_ourworld_freezone/tsconfig.json
sasha-astiadi 30a3c6a3d1 new
2024-07-01 17:20:18 +02:00

12 lines
183 B
JSON

{
"extends": "astro/tsconfigs/base",
"compilerOptions": {
"strictNullChecks": true,
"allowJs": true,
"baseUrl": ".",
"paths": {
"~/*": ["src/*"]
}
}
}