v6
 1{
 2  "compilerOptions": {
 3    "target": "ES2021",
 4    "lib": ["ES2021"],
 5    "moduleResolution": "nodenext",
 6    "module": "nodenext",
 7    "strict": true,
 8    "noImplicitReturns": true,
 9    "noFallthroughCasesInSwitch": true,
10    "allowSyntheticDefaultImports": true,
11    "outDir": "./build",
12    "declaration": true,
13    "skipLibCheck": true
14  },
15  "include": ["./src/**/*"]
16}