batman
1{
2 "compilerOptions": {
3 "target": "ES2022",
4 "module": "NodeNext",
5 "moduleResolution": "NodeNext",
6 "outDir": "./dist",
7 "rootDir": ".",
8 "strict": true,
9 "esModuleInterop": true,
10 "skipLibCheck": true,
11 "forceConsistentCasingInFileNames": true,
12 "types": ["node"],
13 "allowSyntheticDefaultImports": true
14 },
15 "include": [
16 "cli.ts"
17 ],
18 "exclude": [
19 "node_modules",
20 "dist"
21 ]
22}