13 lines
324 B
JSON
13 lines
324 B
JSON
{
|
|
"extends": "@tsconfig/node16/tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"noImplicitAny": true,
|
|
"outDir": "./dist/",
|
|
"rootDirs": ["lib"],
|
|
"sourceMap": true
|
|
}
|
|
}
|