Start on v3.0

This commit is contained in:
apemanzilla
2017-11-21 12:55:36 -05:00
commit 5af6dc5077
9 changed files with 250 additions and 0 deletions

12
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,12 @@
{
"editor.renderWhitespace": "boundary",
"files.encoding": "utf8",
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"search.exclude": {
"dist/**": true,
"node_modules/**": true,
"typings/**": true
},
"typescript.tsdk": "./node_modules/typescript/lib"
}