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