11 lines
210 B
JSON
11 lines
210 B
JSON
|
{
|
||
|
"extends": "@tsconfig/node12/tsconfig.json",
|
||
|
"include": [
|
||
|
"src"
|
||
|
],
|
||
|
"compilerOptions": {
|
||
|
"outDir": "dist",
|
||
|
"declaration": true,
|
||
|
"removeComments": false,
|
||
|
},
|
||
|
}
|