17 lines
393 B
JSON
17 lines
393 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ES2022",
|
|
"moduleResolution": "bundler",
|
|
"lib": ["ES2022", "DOM", "DOM.Iterable"],
|
|
"declaration": true,
|
|
"inlineSources": true,
|
|
"inlineSourceMap": true,
|
|
"noUnusedLocals": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"outDir": "dist/",
|
|
"skipLibCheck": true,
|
|
"experimentalDecorators": true
|
|
}
|
|
}
|