mirror of
https://github.com/enso-org/enso.git
synced 2024-12-20 00:01:37 +03:00
5c4660b5aa
implement [issue#5694](https://github.com/enso-org/enso/issues/5694)
9 lines
151 B
JSON
9 lines
151 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "./src",
|
|
"esModuleInterop": true
|
|
},
|
|
"include": ["../types", "."]
|
|
}
|