vscode gitignore & fix tsconfig
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -6,4 +6,5 @@ node_modules
|
||||
test-ledger
|
||||
.yarn
|
||||
.surfpool
|
||||
spec.md
|
||||
spec.md
|
||||
.vscode
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"types": ["mocha", "chai"],
|
||||
"typeRoots": ["./node_modules/@types"],
|
||||
"lib": ["es2015"],
|
||||
"module": "commonjs",
|
||||
"target": "es6",
|
||||
|
||||
Reference in New Issue
Block a user