mirror of
https://github.com/evdboom/Bindery.git
synced 2026-07-22 06:49:36 +00:00
12 lines
272 B
JSON
12 lines
272 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@bindery/core": ["../bindery-core/src/index.ts"],
|
|
"@bindery/merge": ["../bindery-merge/src/index.ts"]
|
|
},
|
|
"types": ["node", "vscode"],
|
|
"noEmit": true
|
|
}
|
|
}
|