mirror of
https://github.com/enso-org/enso.git
synced 2024-12-21 16:41:32 +03:00
12 lines
250 B
JSON
12 lines
250 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "./src",
|
|
"esModuleInterop": true,
|
|
"paths": {
|
|
"@ensogl-app": ["../../../../target/ensogl-pack/dist/index"],
|
|
"@build-cfg": ["../../build.json"]
|
|
}
|
|
}
|
|
}
|