From 4835f02a4558a0e3a6fa923a6ef019b78d235f90 Mon Sep 17 00:00:00 2001 From: ModyQyW Date: Sun, 13 Feb 2022 18:04:01 +0800 Subject: [PATCH] chore: update tsconfig --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 0e8e32d..51c95fe 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "./node_modules/@modyqyw/fabric/tsconfig.base.json", "compilerOptions": { - "baseUrl": "./", + "baseUrl": ".", "jsx": "preserve", "paths": { "@/*": ["./src/*"]