mirror of
https://github.com/enso-org/enso.git
synced 2024-12-22 08:21:41 +03:00
b286adaae4
# Important Notes The command to run the gui dev environment has been changed. Invoking the old command will print a message about that. From now on, use `pnpm dev:gui2` in repository root.
21 lines
516 B
JSON
21 lines
516 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"files": [],
|
|
"references": [
|
|
{ "path": "./tsconfig.node.json" },
|
|
{ "path": "./tsconfig.app.json" },
|
|
{ "path": "./tsconfig.app.vitest.json" },
|
|
{ "path": "./tsconfig.scripts.json" }
|
|
],
|
|
"compilerOptions": {
|
|
"module": "Preserve",
|
|
"moduleResolution": "Bundler",
|
|
"customConditions": ["source"],
|
|
"composite": true,
|
|
"strict": true,
|
|
"strictNullChecks": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"exactOptionalPropertyTypes": true
|
|
}
|
|
}
|