enso/app/ide-desktop/lib/client/tsconfig.json
2023-03-15 03:42:14 +00:00

9 lines
151 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": "./src",
"esModuleInterop": true
},
"include": ["../types", "."]
}