Files
aicommits/tsconfig.json
2023-02-14 13:57:55 +09:00

11 lines
247 B
JSON

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