290ff0bc1e
Co-authored-by: Copilot <copilot@github.com>
17 lines
362 B
JSON
17 lines
362 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"strict": true,
|
|
"jsx": "preserve",
|
|
"jsxImportSource": "astro",
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"noEmit": true,
|
|
"skipLibCheck": true,
|
|
"allowJs": false,
|
|
"lib": ["ES2022", "DOM", "DOM.Iterable"]
|
|
}
|
|
}
|