tsconfig.json 127 B

12345678
  1. {
  2. "compilerOptions": {
  3. "declaration": true,
  4. "outDir": "lib/",
  5. "lib": ["ES5"]
  6. },
  7. "include": ["src/index.ts"]
  8. }