From dc5deb03f3715ce8b35061eda21975f441afceaa Mon Sep 17 00:00:00 2001 From: thesn10 <38666407+thesn10@users.noreply.github.com> Date: Sat, 16 May 2026 18:09:11 +0200 Subject: [PATCH] vscode gitignore & fix tsconfig --- .gitignore | 3 ++- tsconfig.json | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7a2faad..216ee78 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ node_modules test-ledger .yarn .surfpool -spec.md \ No newline at end of file +spec.md +.vscode \ No newline at end of file diff --git a/tsconfig.json b/tsconfig.json index cd5d2e3..7742602 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,6 @@ { "compilerOptions": { "types": ["mocha", "chai"], - "typeRoots": ["./node_modules/@types"], "lib": ["es2015"], "module": "commonjs", "target": "es6",