tsconfig.json 244 B

1234567891011121314151617
  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. }