tsconfig.json 150 B

12345678
  1. {
  2. "compilerOptions": {
  3. "target": "es6",
  4. "moduleResolution": "node",
  5. "module": "commonjs",
  6. "allowSyntheticDefaultImports": true
  7. }
  8. }