jsconfig.json 314 B

1234567891011121314151617
  1. {
  2. // 请访问 https://go.microsoft.com/fwlink/?LinkId=759670
  3. // 参阅有关 jsconfig.json 格式的文档
  4. "compilerOptions": {
  5. "target": "es6",
  6. "module": "commonjs",
  7. "allowSyntheticDefaultImports": true
  8. },
  9. "exclude": [
  10. "node_modules",
  11. "bower_components",
  12. "jspm_packages",
  13. "tmp",
  14. "temp"
  15. ]
  16. }