{ "compilerOptions": { "target": "ES2022", "module": "NodeNext", "moduleResolution": "NodeNext", "lib": ["ES2022"], "rootDir": "src", "outDir": "transpiled", "composite": true, "declaration": true, "declarationMap": true, "pretty": true, "incremental": true, "sourceMap": true, "strict": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "noImplicitOverride": true, "noUnusedLocals": false, "noUnusedParameters": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "allowJs": true, "skipLibCheck": true } }