mirror of
https://github.com/enso-org/enso.git
synced 2024-11-23 16:18:23 +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.
8 lines
136 B
JSON
8 lines
136 B
JSON
{
|
|
"extends": "./tsconfig.app.json",
|
|
"exclude": [],
|
|
"compilerOptions": {
|
|
"types": ["node", "jsdom", "vitest/importMeta"]
|
|
}
|
|
}
|