9 lines
165 B
JSON
9 lines
165 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"sourceMap": false,
|
|
"removeComments": true,
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["./src/"]
|
|
}
|