commit-report-sync/tsconfig.json
2025-03-01 17:08:12 -08:00

13 lines
295 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "commonjs",
"outDir": "./lib",
"rootDir": "./src",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"exclude": ["node_modules", "**/*.test.ts"]
}