vscode gitignore & fix tsconfig

This commit is contained in:
thesn10
2026-05-16 18:09:11 +02:00
parent da80420f01
commit dc5deb03f3
2 changed files with 2 additions and 2 deletions

1
.gitignore vendored
View File

@@ -7,3 +7,4 @@ test-ledger
.yarn
.surfpool
spec.md
.vscode

View File

@@ -1,7 +1,6 @@
{
"compilerOptions": {
"types": ["mocha", "chai"],
"typeRoots": ["./node_modules/@types"],
"lib": ["es2015"],
"module": "commonjs",
"target": "es6",