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