From 43bb246ab9b54e565aa6e93073c87176a7f68e99 Mon Sep 17 00:00:00 2001 From: hypercross Date: Sun, 19 Apr 2026 17:21:32 +0800 Subject: [PATCH] build: set rootDir to current directory in tsconfig --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 92ea7ea..b685aae 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,6 +12,7 @@ "declarationMap": true, "outDir": "./dist", + "rootDir": ".", "baseUrl": ".", "paths": { "@/*": ["src/*"],