24 lines
358 B
JSON
24 lines
358 B
JSON
|
|
{
|
||
|
|
"extends": "../../../tsconfig.base.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"composite": true,
|
||
|
|
"outDir": "./dist",
|
||
|
|
"rootDir": "./src"
|
||
|
|
},
|
||
|
|
"include": [
|
||
|
|
"src/**/*"
|
||
|
|
],
|
||
|
|
"exclude": [
|
||
|
|
"node_modules",
|
||
|
|
"dist"
|
||
|
|
],
|
||
|
|
"references": [
|
||
|
|
{
|
||
|
|
"path": "../../framework/core"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"path": "../../framework/blueprint"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|