ai-codereviewer/tsconfig.json
2023-03-22 23:16:13 +02:00

13 lines
247 B
JSON

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