mirror of
https://github.com/enso-org/enso.git
synced 2024-11-27 06:32:30 +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.
12 lines
225 B
JSON
12 lines
225 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": ["src/**/*.ts"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"noEmit": false,
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"types": ["node", "vitest/importMeta"]
|
|
}
|
|
}
|