2025-01-09 00:43:01 +01:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
2025-11-30 21:22:51 +00:00
|
|
|
"target": "ES2022",
|
|
|
|
|
"module": "ES2022",
|
|
|
|
|
"moduleResolution": "bundler",
|
|
|
|
|
"lib": ["ES2022", "DOM", "DOM.Iterable"],
|
2025-01-09 00:43:01 +01:00
|
|
|
"declaration": true,
|
|
|
|
|
"inlineSources": true,
|
|
|
|
|
"inlineSourceMap": true,
|
|
|
|
|
"noUnusedLocals": true,
|
|
|
|
|
"noFallthroughCasesInSwitch": true,
|
|
|
|
|
"outDir": "dist/",
|
|
|
|
|
"skipLibCheck": true,
|
|
|
|
|
"experimentalDecorators": true
|
|
|
|
|
}
|
|
|
|
|
}
|