notebook/packages/application-extension/tsconfig.json
2020-12-04 15:15:41 +02:00

14 lines
198 B
JSON

{
"extends": "../../tsconfigbase",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": ["src/*"],
"references": [
{
"path": "../application"
}
]
}