16 lines
350 B
JSON
16 lines
350 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"types": ["astro/client"]
|
|
},
|
|
"extends": "astro/tsconfigs/strict",
|
|
"include": [".astro/types.d.ts", "src/**/*"],
|
|
"exclude": ["dist"]
|
|
}
|