tsconfig-build.json 208 B

123456789101112131415
  1. {
  2. "references": [
  3. {
  4. "path": "./tsconfig-lib.json"
  5. },
  6. {
  7. "path": "./tsconfig-module.json"
  8. },
  9. ],
  10. "compilerOptions": {
  11. "composite": true
  12. },
  13. "include": [],
  14. "files": []
  15. }