tsconfig.json 166 B

123456789
  1. {
  2. "compilerOptions": {
  3. "outDir": "./lib",
  4. "target": "ES2015",
  5. "module": "ES2015",
  6. "declaration": true,
  7. "declarationDir": "./types"
  8. }
  9. }