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