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.
14 lines
289 B
JSON
14 lines
289 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": ["src/**/*.ts"],
|
|
"references": [{ "path": "../ydoc-server" }],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"noEmit": false,
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"types": ["node"],
|
|
"paths": { "#/*": ["./src/*"] }
|
|
}
|
|
}
|