tsconfig.json 200 B

1234567891011
  1. {
  2. "compilerOptions": {
  3. "target": "ES6",
  4. "module": "commonjs",
  5. "outDir": "dist",
  6. "declaration": true,
  7. "skipLibCheck": true,
  8. "esModuleInterop": true
  9. },
  10. "include": ["src"]
  11. }