{ "compilerOptions": { "lib": ["ESNext"], "noEmit": true, "module": "NodeNext", "target": "ESNext", "esModuleInterop": true, "moduleResolution": "nodenext", "alwaysStrict": true, "allowUnreachableCode": false, "strictNullChecks": true, "skipLibCheck": true, "allowImportingTsExtensions": true, "pretty": true, "strict": true, "experimentalDecorators": true, "noFallthroughCasesInSwitch": true, "noImplicitReturns": true }, "exclude": ["node_modules"] }