Advertisement
theRemix

tsconfig.json

Oct 19th, 2022
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. /*
  2. This is a "Solution Style" tsconfig.json file, and is used by editors and TypeScript’s language server to improve development experience.
  3. It is not intended to be used to perform a compilation.
  4.  
  5. To learn more about this file see: https://angular.io/config/solution-tsconfig.
  6. */
  7. {
  8. "files": [],
  9. "compilerOptions": {
  10. "target": "ES5",
  11. "experimentalDecorators": true,
  12. "emitDecoratorMetadata": true
  13. },
  14. "references": [
  15. {
  16. "path": "./src/tsconfig.app.json"
  17. },
  18. {
  19. "path": "./src/tsconfig.spec.json"
  20. }
  21. ]
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement