10 lines
195 B
JSON
10 lines
195 B
JSON
|
{
|
||
|
"extends": "@tsconfig/node14/tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "dist",
|
||
|
"preserveConstEnums": true,
|
||
|
"esModuleInterop": true
|
||
|
},
|
||
|
"include": ["**/*.ts"]
|
||
|
}
|