{ "compilerOptions": { "target": "ES2023", "module": "NodeNext", "moduleResolution": "NodeNext", "lib": ["ES2023"], "types": ["node"], "strict": true, "noUncheckedIndexedAccess": true, "exactOptionalPropertyTypes": false, "allowImportingTsExtensions": true, "allowJs": true, "noEmit": true, "skipLibCheck": true, "verbatimModuleSyntax": true }, "include": ["index.ts", "src/**/*.ts", "tests/**/*.ts", "scripts/**/*.mjs"] }