13 lines
254 B
JSON
13 lines
254 B
JSON
|
|
{
|
||
|
|
"extends": "../../tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"outDir": "./dist",
|
||
|
|
"rootDir": "./src",
|
||
|
|
"noEmit": false,
|
||
|
|
"composite": false,
|
||
|
|
"paths": {}
|
||
|
|
},
|
||
|
|
"include": ["src/**/*"],
|
||
|
|
"exclude": ["../../node_modules", "../../dist"]
|
||
|
|
}
|