mirror of
https://github.com/enso-org/enso.git
synced 2024-12-21 01:21:46 +03:00
19 lines
336 B
JSON
19 lines
336 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": "./src",
|
||
|
"esModuleInterop": true
|
||
|
},
|
||
|
"include": [
|
||
|
".",
|
||
|
"../content",
|
||
|
"../types",
|
||
|
"../../build.json",
|
||
|
"src/config.json"
|
||
|
],
|
||
|
"references": [
|
||
|
{ "path": "../../gui2/tsconfig.server.json" },
|
||
|
{ "path": "../../dashboard" }
|
||
|
]
|
||
|
}
|