tsconfig.json 310 B

1234567891011121314151617181920
  1. {
  2. "files": [],
  3. "references": [
  4. {
  5. "path": "./tsconfig.node.json"
  6. },
  7. {
  8. "path": "./tsconfig.app.json"
  9. },
  10. {
  11. "path": "./tsconfig.vitest.json"
  12. }
  13. ],
  14. "compilerOptions": {
  15. "module": "NodeNext"
  16. },
  17. "rules": {
  18. "@typescript-eslint/no-explicit-any": "off"
  19. }
  20. }