{
"compilerOptions": {
"module": "NodeNext",
"declaration": true,
"declarationMap": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"target": "ES2021",
"sourceMap": true,
"outDir": "./dist",
"baseUrl": "./",
"rootDir": "./src",
"incremental": true,
"skipLibCheck": true,
"strictNullChecks": true,
"forceConsistentCasingInFileNames": true,
"noImplicitAny": false,
"strictBindCallApply": false,
"esModuleInterop": true,
"noFallthroughCasesInSwitch": false
},
"include": [
"src/**/*"
],
"exclude": [
"node_modules",
"dist"
]
}