{ "compilerOptions": { "target": "ES2022", "module": "ES2022", "moduleResolution": "bundler", "allowImportingTsExtensions": true, "verbatimModuleSyntax": true, "strict": true, "skipLibCheck": true, "noEmit": true, "types": ["node"] }, "include": ["tests/**/*.ts"] }