2020-12-04 15:15:41 +02:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"composite": true,
|
|
|
|
"declaration": true,
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"incremental": true,
|
|
|
|
"jsx": "react",
|
|
|
|
"module": "esnext",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"noEmitOnError": true,
|
|
|
|
"noImplicitAny": true,
|
|
|
|
"noUnusedLocals": true,
|
|
|
|
"preserveWatchOutput": true,
|
|
|
|
"resolveJsonModule": true,
|
|
|
|
"strict": true,
|
|
|
|
"strictNullChecks": true,
|
2022-09-30 09:34:02 +02:00
|
|
|
"target": "ES2018",
|
2024-10-14 12:57:09 -07:00
|
|
|
"types": [],
|
|
|
|
"lib": ["DOM", "DOM.Iterable", "ES2018", "ES2020.Intl"]
|
2020-12-04 15:15:41 +02:00
|
|
|
}
|
|
|
|
}
|