jsconfig.json 197 B

1234567891011
  1. {
  2. "compilerOptions": {
  3. "target": "es2017",
  4. "allowSyntheticDefaultImports": false,
  5. "baseUrl": "./",
  6. },
  7. "exclude": [
  8. "node_modules",
  9. "dist"
  10. ]
  11. }