{ "compilerOptions": { "target": "ES2022", "module": "NodeNext", "moduleResolution": "NodeNext", "lib": ["ES2022", "DOM"], "strict": true, "noEmit": true, "esModuleInterop": true, "skipLibCheck": true, "allowImportingTsExtensions": true, "types": ["node"] }, "include": ["harness/**/*.ts", "tests/**/*.ts"] }