configuration/tsconfig.json

10 lines
187 B
JSON
Raw Permalink Normal View History

2021-09-25 20:33:10 +08:00
{
"extends": "@tsconfig/node14/tsconfig.json",
"compilerOptions": {
"outDir": "./lib",
"sourceMap": true,
"declaration": true,
2021-10-07 13:46:34 +08:00
"declarationDir": "./lib/types",
},
2021-09-25 20:33:10 +08:00
}