mirror of
https://github.com/enso-org/enso.git
synced 2024-12-30 02:22:09 +03:00
10 lines
204 B
JSON
10 lines
204 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"paths": {
|
||
|
"@ensogl-app": ["../../../../target/ensogl-pack/linked-dist/index"],
|
||
|
"@build-cfg": ["../../build.json"]
|
||
|
}
|
||
|
}
|
||
|
}
|