main
1{
2 "compilerOptions": {
3 "target": "ESNext",
4 "module": "ESNext",
5 "moduleResolution": "bundler",
6 "types": ["node"],
7 "strict": true,
8 "skipLibCheck": true,
9 "noEmit": true
10 },
11 "include": ["*.ts"]
12}