mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2024-11-23 04:29:03 +00:00
13 lines
247 B
JSON
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"]
|
||
|
}
|