1{ 2 "extends": "@tsconfig/recommended/tsconfig.json", 3 "compilerOptions": { 4 "target": "ES2021", 5 "module": "commonjs", 6 "moduleResolution": "node", 7 "outDir": "./dist", 8 "rootDir": "./src", 9 "strict": true, 10 "esModuleInterop": true, 11 "skipLibCheck": true, 12 }, 13 "include": ["./src/**/*"] 14}