// {
// "compilerOptions": {
// "target": "ES2020",
// "module": "NodeNext",
// "moduleResolution": "NodeNext",
// "lib": ["ES2020"],
// "outDir": "./dist",
// "rootDir": "./src",
// "strict": true,
// "esModuleInterop": true,
// "skipLibCheck": true,
// "forceConsistentCasingInFileNames": true,
// "declaration": true,
// "declarationMap": true,
// "sourceMap": true,
// "resolveJsonModule": true,
// "allowSyntheticDefaultImports": true,
// "experimentalDecorators": true,
// "emitDecoratorMetadata": true,
// "incremental": true,
// "tsBuildInfoFile": "./dist/.tsbuildinfo"
// },
// "include": ["src/**/*"],
// "exclude": ["node_modules", "dist", "tests", "**/*.test.ts"]
// }
{
"compilerOptions": {
"target": "ES2020",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"lib": ["ES2020"],
"outDir": "./dist",
"rootDir": "./src",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"incremental": true,
"tsBuildInfoFile": "./dist/.tsbuildinfo"
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist", "tests", "**/*.test.ts"]
}