18 lines
471 B
JSON
18 lines
471 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,
|
|
"removeComments": true
|
|
},
|
|
"include": ["src"]
|
|
}
|