From 0a68d16bb4965b754b2e12b84f79eb3939776148 Mon Sep 17 00:00:00 2001 From: Natalie Bunduwongse Date: Tue, 28 May 2024 17:17:45 +1200 Subject: [PATCH] style: fix eslint config --- contracts/tsconfig.json | 7 +++++-- json-server/tsconfig.json | 5 ++++- mint-backend/tsconfig.json | 5 ++++- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/contracts/tsconfig.json b/contracts/tsconfig.json index 09873633..63f4d8ac 100644 --- a/contracts/tsconfig.json +++ b/contracts/tsconfig.json @@ -7,5 +7,8 @@ "strict": true, "skipLibCheck": true }, - "include": ["./scripts"] -} + "include": [ + "./scripts", + "./test" + ] +} \ No newline at end of file diff --git a/json-server/tsconfig.json b/json-server/tsconfig.json index 694d16e0..2325ee45 100644 --- a/json-server/tsconfig.json +++ b/json-server/tsconfig.json @@ -12,5 +12,8 @@ "./src/*" ] } - } + }, + "include": [ + "./src" + ] } \ No newline at end of file diff --git a/mint-backend/tsconfig.json b/mint-backend/tsconfig.json index 694d16e0..2325ee45 100644 --- a/mint-backend/tsconfig.json +++ b/mint-backend/tsconfig.json @@ -12,5 +12,8 @@ "./src/*" ] } - } + }, + "include": [ + "./src" + ] } \ No newline at end of file