notebook/packages/application-extension/tsconfig.json

14 lines
201 B
JSON
Raw Normal View History

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