mirror of
https://github.com/enso-org/enso.git
synced 2024-12-20 14:22:22 +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"]
|
|
}
|
|
}
|
|
}
|