{ "compilerOptions": { "allowSyntheticDefaultImports": true, "allowUnreachableCode": false, "allowUnusedLabels": false, "declaration": true, "declarationMap": true, "esModuleInterop": true, "module": "Node16", "moduleResolution": "node16", "noImplicitReturns": true, "pretty": true, "skipLibCheck": true, "sourceMap": true, "strict": true, "target": "ES2021", "lib": ["ES2021"], "paths": {}, "types": ["@types/node"], "noEmit": true, "allowJs": true }, "include": [ "**/*.ts", ".eslintrc.js", ] }