Extension code.

This commit is contained in:
Peng Lyu
2018-05-19 13:57:44 -07:00
parent b8c4b26aae
commit 6712e12c47
6 changed files with 950 additions and 38 deletions

View File

@ -3,7 +3,8 @@
"linterOptions": {
"exclude": [
"config/**/*.js",
"node_modules/**/*.ts"
"node_modules/**/*.ts",
"ext-src/**/*.ts"
]
}
}