From 0fcde2ab615df2ada77a657261d00d848122d8c9 Mon Sep 17 00:00:00 2001 From: TheoryOfNekomata Date: Mon, 6 Mar 2023 18:24:11 +0800 Subject: [PATCH] Update tsconfig Specify rootdir. --- tsconfig.eslint.json | 2 +- tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.eslint.json b/tsconfig.eslint.json index c66d960..f31043e 100644 --- a/tsconfig.eslint.json +++ b/tsconfig.eslint.json @@ -7,7 +7,7 @@ "importHelpers": true, "declaration": true, "sourceMap": true, - "baseUrl": ".", + "rootDir": ".", "strict": true, "noUnusedLocals": true, "noUnusedParameters": true, diff --git a/tsconfig.json b/tsconfig.json index 1fcc75b..bc90434 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,7 @@ "importHelpers": true, "declaration": true, "sourceMap": true, - "baseUrl": ".", + "rootDir": "./src", "strict": true, "noUnusedLocals": true, "noUnusedParameters": true,