mirror of
https://github.com/enso-org/enso.git
synced 2024-11-26 17:06:48 +03:00
82f634b7f8
Add a separate `gui2` project with Vue application. Does not modify any existing project files. ![image](https://github.com/enso-org/enso/assets/919491/c7a83521-bf83-4c6a-8d17-91c5eab1f827) # Important Notes Currently not integrated with existing build and testing system.
11 lines
256 B
JSON
11 lines
256 B
JSON
{
|
|
"extends": "@tsconfig/node18/tsconfig.json",
|
|
"include": ["vite.config.*", "vitest.config.*", "playwright.config.*"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"types": ["node"]
|
|
}
|
|
}
|