tsconfig.json 115 B

12345678
  1. {
  2. "compilerOptions": {
  3. "target": "ES6",
  4. "module": "ES6",
  5. "outDir": "./dist",
  6. "strict": true
  7. }
  8. }