10 lines
249 B
JSON
10 lines
249 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig.json",
|
|
"extends": "astro/tsconfigs/strictest",
|
|
"include": [".astro/types.d.ts", "**/*"],
|
|
"exclude": ["dist"],
|
|
"compilerOptions": {
|
|
"plugins": [{ "name": "@astrojs/ts-plugin" }]
|
|
}
|
|
}
|