main
 1{
 2  "compilerOptions": {
 3    "outDir": "./build",
 4    "target": "es2021",
 5    "module": "nodenext",
 6    "moduleResolution": "nodenext",
 7    "allowSyntheticDefaultImports": true,
 8    "strict": true
 9  },
10  "include": ["*.ts"]
11}