Browse Source

jsconfig

devlop
邓雄飞 4 years ago
parent
commit
acfc43a009
2 changed files with 13 additions and 2 deletions
  1. 3
      .gitignore
  2. 12
      jsconfig.json

3
.gitignore

@ -1,4 +1,3 @@
/unpackage/dist
/unpackage/cache
/.vscode
jsconfig.json
/.vscode

12
jsconfig.json

@ -0,0 +1,12 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./*"],
"/*": ["./*"]
},
"target": "ES6"
},
"include": ["./**/*"],
"exclude": ["./uni_modules"]
}
Loading…
Cancel
Save