notebook/packages/application-extension/tsconfig.json

14 lines
198 B
JSON
Raw Normal View History

2020-12-04 21:15:41 +08:00
{
"extends": "../../tsconfigbase",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": ["src/*"],
"references": [
{
"path": "../application"
}
]
}