15 lines
221 B
JSON
15 lines
221 B
JSON
|
|
{
|
||
|
|
"extends": "../../@core/config/tsconfig.package.json",
|
||
|
|
"include": [
|
||
|
|
"src/**/*"
|
||
|
|
],
|
||
|
|
"exclude": [
|
||
|
|
"node_modules",
|
||
|
|
"dist"
|
||
|
|
],
|
||
|
|
"compilerOptions": {
|
||
|
|
"rootDir": "./src",
|
||
|
|
"outDir": "./dist"
|
||
|
|
}
|
||
|
|
}
|