Files
aicommits/tsconfig.json
Hassan El Mghari 71c5f139fc TS failing
2023-02-13 18:29:43 -05:00

12 lines
277 B
JSON

{
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"outDir": "./bin",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true /* Skip type checking all .d.ts files. */
},
"exclude": ["node_modules"]
}