tsconfig.json 210 B

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