OpenPanel/tsconfig.build.json
2024-02-05 10:23:04 +01:00

19 lines
520 B
JSON

{
"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,
}
}