mirror of
https://github.com/enso-org/enso.git
synced 2024-11-24 00:27:16 +03:00
1a569223aa
This reverts commit a9dbebf3f3
.
30 lines
712 B
JSON
30 lines
712 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["DOM"],
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"checkJs": true,
|
|
"strict": true,
|
|
"noImplicitAny": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"exactOptionalPropertyTypes": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"noImplicitOverride": true,
|
|
"removeComments": true,
|
|
"resolveJsonModule": true,
|
|
"sourceMap": true,
|
|
"skipLibCheck": true,
|
|
"target": "ES2019",
|
|
"jsx": "react-jsx"
|
|
},
|
|
"ts-node": {
|
|
"esm": true,
|
|
"files": true
|
|
}
|
|
}
|