notebook/packages/application-extension/tsconfig.json
2020-12-07 17:31:37 +01:00

14 lines
201 B
JSON

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