You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
255 B

  1. {
  2. "extends": "./tsconfig.app.json",
  3. "exclude": [],
  4. "compilerOptions": {
  5. "composite": true,
  6. "noEmitOnError": true,
  7. "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.vitest.tsbuildinfo",
  8. "lib": [],
  9. "types": ["node", "jsdom"]
  10. }
  11. }