1234567891011121314151617 |
- {
- // 请访问 https://go.microsoft.com/fwlink/?LinkId=759670
- // 参阅有关 jsconfig.json 格式的文档
- "compilerOptions": {
- "target": "es6",
- "module": "commonjs",
- "allowSyntheticDefaultImports": true
- },
- "exclude": [
- "node_modules",
- "bower_components",
- "jspm_packages",
- "tmp",
- "temp"
- ]
- }
|