mirror of
https://github.com/enso-org/enso.git
synced 2024-11-26 08:52:58 +03:00
14 lines
310 B
JSON
14 lines
310 B
JSON
|
{
|
||
|
"extends": "../tsconfig.json",
|
||
|
"include": ["src/**/*.ts"],
|
||
|
"references": [{ "path": "../ydoc-shared" }],
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"noEmit": false,
|
||
|
"rootDir": "src",
|
||
|
"outDir": "dist",
|
||
|
"types": ["node", "vitest/importMeta"],
|
||
|
"paths": { "#/*": ["./src/*"] }
|
||
|
}
|
||
|
}
|