OpenPanel/tsconfig.build.json

19 lines
520 B
JSON
Raw Permalink Normal View History

2024-02-05 09:23:04 +00:00
{
"compilerOptions": {
"module": "esnext",
"lib": ["dom", "esnext", "DOM.Iterable"],
"importHelpers": true,
"declaration": true,
"sourceMap": true,
"strict": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"moduleResolution": "node",
"jsx": "react",
"esModuleInterop": true,
"noEmit": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"allowSyntheticDefaultImports": true,
}
}