17 lines
439 B
JSON
17 lines
439 B
JSON
{
|
|
"extends": "@tsconfig/node16/tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"declaration": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"noImplicitAny": true,
|
|
"outDir": "lib/",
|
|
"rootDirs": ["./", "src/"],
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"sourceMap": false
|
|
},
|
|
"include": ["src"]
|
|
}
|