main
 1{
 2  "compilerOptions": {
 3    "target": "ES2022",
 4    "module": "NodeNext",
 5    "moduleResolution": "NodeNext",
 6    "esModuleInterop": true,
 7    "strict": true,
 8    "outDir": "dist",
 9    "rootDir": "src",
10    "declaration": true,
11    "sourceMap": true,
12    "skipLibCheck": true
13  },
14  "include": ["src/**/*"]
15}