Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
jsconfig.json 314 Bytes
Copy Edit Raw Blame History
xiexiao04 authored 2016-08-25 12:16 . typings
{
// 请访问 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"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化