mirror of
https://github.com/enso-org/enso.git
synced 2024-12-02 01:52:59 +03:00
23 lines
594 B
JSON
23 lines
594 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["ES2021", "DOM", "DOM.Iterable"],
|
|
"composite": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"noEmit": true,
|
|
"strict": true,
|
|
"noImplicitAny": true,
|
|
"exactOptionalPropertyTypes": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"noImplicitOverride": true,
|
|
"removeComments": true,
|
|
"skipLibCheck": true,
|
|
"target": "ES2021",
|
|
"jsx": "react-jsx"
|
|
}
|
|
}
|