mirror of
https://github.com/kremalicious/astro-redirect-from.git
synced 2024-11-22 01:47:01 +01:00
10 lines
184 B
JSON
10 lines
184 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "dist"],
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"types": ["vite/client"]
|
|
}
|
|
}
|