17 lines
267 B
JSON
17 lines
267 B
JSON
|
|
{
|
||
|
|
"extends": "./tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"outDir": "./dev-bin",
|
||
|
|
"sourceMap": true,
|
||
|
|
"declaration": false,
|
||
|
|
"declarationMap": false
|
||
|
|
},
|
||
|
|
"include": [
|
||
|
|
"src/**/*"
|
||
|
|
],
|
||
|
|
"exclude": [
|
||
|
|
"node_modules",
|
||
|
|
"bin",
|
||
|
|
"dev-bin"
|
||
|
|
]
|
||
|
|
}
|