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