mirror of
https://github.com/kremalicious/astro-redirect-from.git
synced 2024-11-22 01:47:01 +01:00
15 lines
350 B
JSON
15 lines
350 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "dist"],
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"types": ["vite/client"],
|
|
"declaration": true,
|
|
"declarationDir": "./dist/@types",
|
|
// overwrite astro/tsconfigs values
|
|
"noEmit": false,
|
|
"allowImportingTsExtensions": false
|
|
}
|
|
}
|