spotifyplaylistarchive.com/tsconfig.json

11 lines
157 B
JSON
Raw Normal View History

2023-01-01 22:20:44 +01:00
{
"extends": "astro/tsconfigs/strict",
2023-01-07 14:56:19 +01:00
"compilerOptions": {
2023-01-08 18:17:33 +01:00
"jsx": "preserve",
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
2023-01-07 14:56:19 +01:00
}
2023-01-08 18:17:33 +01:00
}