tsconfig.json 248 B

12345678910
  1. {
  2. "files": [],
  3. "references": [
  4. { "path": "./tsconfig.web.json" },
  5. { "path": "./tsconfig.play.json" },
  6. { "path": "./tsconfig.node.json" },
  7. { "path": "./tsconfig.vite-config.json" },
  8. { "path": "./tsconfig.vitest.json" }
  9. ]
  10. }