From 572ee87e841606d597b37fafb38d6a669c34bb25 Mon Sep 17 00:00:00 2001 From: Ryan Ghods Date: Thu, 7 Dec 2023 15:46:20 -0800 Subject: [PATCH] lint --- package.json | 2 +- tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 002313071..0b96b8f14 100644 --- a/package.json +++ b/package.json @@ -104,4 +104,4 @@ "src/typechain" ] } -} \ No newline at end of file +} diff --git a/tsconfig.json b/tsconfig.json index b72f52152..b57dfa1a9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,6 +19,6 @@ "moduleResolution": "node", "resolveJsonModule": true, "isolatedModules": true, - "baseUrl": ".", + "baseUrl": "." } }