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