CoolFace
Apppublic

MSiang03/harness-agent-demo

sourceHugging Faceupdated 2mo agoView on Hugging Face
0likes
tsconfig.node.json20 linesDownload Raw Back to root
1{2  "extends": "@tsconfig/node22/tsconfig.json",3  "include": [4    "vite.config.*",5    "vitest.config.*",6    "cypress.config.*",7    "nightwatch.conf.*",8    "playwright.config.*",9    "eslint.config.*"10  ],11  "compilerOptions": {12    "noEmit": true,13    "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",14 15    "module": "ESNext",16    "moduleResolution": "Bundler",17    "types": ["node"]18  }19}20