Files
aicommits/tsconfig.json
2023-02-15 01:53:37 -05:00

12 lines
254 B
JSON

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