17 lines
374 B
JSON
17 lines
374 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"include": [".astro/types.d.ts", "**/*"],
|
|
"exclude": ["dist"],
|
|
"compilerOptions": {
|
|
"noUncheckedIndexedAccess": true,
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "react",
|
|
"types": [
|
|
"astro/client",
|
|
"vite-plugin-pwa/vanillajs",
|
|
"vite-plugin-pwa/info",
|
|
"vite-plugin-pwa/pwa-assets"
|
|
]
|
|
}
|
|
}
|