tsconfig.json 231 B

1234567891011
  1. {
  2. "target": "es6",
  3. "compilerOptions": {
  4. "declaration": true,
  5. "noImplicitAny": true,
  6. "removeComments": false,
  7. "module": "commonjs",
  8. "outDir": "dist",
  9. "sourceMap": true
  10. }
  11. }