tsconfig.json 176 B

1234567891011
  1. {
  2. "compilerOptions": {
  3. "noImplicitAny": true,
  4. "removeComments": true,
  5. "sourceMap": true,
  6. "outFile": "dist/bundle.js"
  7. },
  8. "include": [
  9. "src/**/*"
  10. ]
  11. }