evdboom_Bindery/vscode-ext/tsconfig.eslint.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
}
}