tsconfig.json 158 B

12345678910
  1. {
  2. "extends": "../tsconfig.base.json",
  3. "compilerOptions": {
  4. "removeComments": true,
  5. "outFile": "../js/app.js"
  6. },
  7. "files": [
  8. "app.ts"
  9. ]
  10. }