mirror of
https://github.com/enso-org/enso.git
synced 2024-12-22 21:01:37 +03:00
13 lines
266 B
JSON
13 lines
266 B
JSON
|
{
|
||
|
"extends": "../tsconfig.json",
|
||
|
"include": ["src/**/*.ts"],
|
||
|
"references": [{ "path": "../ydoc-server" }],
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"noEmit": false,
|
||
|
"rootDir": "src",
|
||
|
"outDir": "dist",
|
||
|
"paths": { "#/*": ["./src/*"] }
|
||
|
}
|
||
|
}
|