jsconfig.json 167 B

12345678910
  1. {
  2. "compilerOptions": {
  3. "allowJs": true,
  4. "allowSyntheticDefaultImports": true,
  5. "experimentalDecorators": true
  6. },
  7. "exclude": [
  8. "node_modules"
  9. ]
  10. }