mirror of
https://github.com/enso-org/enso.git
synced 2024-12-20 23:21:39 +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.
16 lines
290 B
JSON
16 lines
290 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"paths": { "@/*": ["./src/*"] }
|
|
},
|
|
"include": [
|
|
".",
|
|
"../content",
|
|
"../types",
|
|
"../../build.json",
|
|
"src/config.json"
|
|
],
|
|
"references": [{ "path": "../../dashboard" }]
|
|
}
|