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.
22 lines
454 B
JSON
22 lines
454 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": [
|
|
"vite.config.*",
|
|
"vitest.config.*",
|
|
"project-manager-shim-middleware/*.ts",
|
|
"playwright.config.*",
|
|
"eslint.config.js",
|
|
"histoire.config.ts",
|
|
"e2e/**/*",
|
|
"parser-codegen/**/*",
|
|
"node.env.d.ts",
|
|
"mock/engine.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"module": "ESNext",
|
|
"verbatimModuleSyntax": true,
|
|
"types": ["node", "vitest/importMeta"]
|
|
}
|
|
}
|