tsconfig.json 101 B

1234567
  1. {
  2. "compilerOptions": {
  3. "declaration": true,
  4. "outDir": "lib/"
  5. },
  6. "files": ["index.ts"]
  7. }