astro-htaccess/tsconfig.json

15 lines
311 B
JSON
Raw Normal View History

2024-08-30 19:50:06 +00:00
{
"extends": "astro/tsconfigs/strictest",
"compilerOptions": {
"outDir": "./dist",
"target": "ES2022",
"declaration": true,
"stripInternal": true,
"skipLibCheck": true,
"esModuleInterop": true,
"noEmit": false,
"allowImportingTsExtensions": false
},
"include": ["src"]
}