You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
435 B

3 years ago
  1. /*
  2. This is a "Solution Style" tsconfig.json file, and is used by editors and TypeScripts language server to improve development experience.
  3. It is not intended to be used to perform a compilation.
  4. To learn more about this file see: https://angular.io/config/solution-tsconfig.
  5. */
  6. {
  7. "files": [],
  8. "references": [
  9. {
  10. "path": "./src/tsconfig.app.json"
  11. },
  12. {
  13. "path": "./src/tsconfig.spec.json"
  14. }
  15. ]
  16. }