mirror of
https://github.com/enso-org/enso.git
synced 2024-11-10 12:48:25 +03:00
8597de1d43
- Significantly flattens directory structure of `lib/dashboard/` # Important Notes - Basic testing done on: - dashboard's `npm run dev` which (since quite recently) uses Vite. - specifically: `npm run dev` in `app/ide-desktop/lib/dashboard`, OR `npm run dashboard:dev` in `app/ide-desktop` - dashboard's bundle script (`npm run build`) which uses ESBuild. - GUI2's own entry point (GUI2's `npm run dev`). - `./run ide build` - `./run ide watch` - `./run ide2 build` - `./run gui watch`
30 lines
482 B
JSON
30 lines
482 B
JSON
{
|
|
"files": [],
|
|
"references": [
|
|
{
|
|
"path": "../ide-desktop/lib/dashboard/tsconfig.json"
|
|
},
|
|
{
|
|
"path": "./tsconfig.node.json"
|
|
},
|
|
{
|
|
"path": "./tsconfig.app.json"
|
|
},
|
|
{
|
|
"path": "./tsconfig.app.vitest.json"
|
|
},
|
|
{
|
|
"path": "./tsconfig.server.json"
|
|
},
|
|
{
|
|
"path": "./tsconfig.server.vitest.json"
|
|
},
|
|
{
|
|
"path": "./tsconfig.story.json"
|
|
},
|
|
{
|
|
"path": "./tsconfig.scripts.json"
|
|
}
|
|
]
|
|
}
|