1{ 2 "extends": "@tsconfig/node-lts/tsconfig.json", 3 "compilerOptions": { 4 "outDir": "./dist", 5 "skipLibCheck": true 6 }, 7 "include": ["src/"] 8}