tsconfig.json 217 B

1234567891011
  1. {
  2. "files": [],
  3. "references": [
  4. { "path": "./tsconfig.app.json" },
  5. { "path": "./tsconfig.node.json" }
  6. ],
  7. "compilerOptions": {
  8. "esModuleInterop": true,
  9. "allowSyntheticDefaultImports": true
  10. }
  11. }