ai-codereviewer/tsconfig.json
2025-03-07 13:12:25 -08:00

13 lines
270 B
JSON

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