You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
311 B

2 years ago
  1. {
  2. "compilerOptions": {
  3. "allowJs": true,
  4. "allowSyntheticDefaultImports": true,
  5. "esModuleInterop": true,
  6. "module": "es6",
  7. "moduleResolution": "node",
  8. "noImplicitAny": true,
  9. "outDir": "./dist/",
  10. "sourceMap": true,
  11. "target": "es5"
  12. }
  13. }