diff options
| author | 2023-07-07 16:24:16 +0800 | |
|---|---|---|
| committer | 2023-07-07 16:24:16 +0800 | |
| commit | f3e4415e701290915e54810e618f10ecb3ac36fe (patch) | |
| tree | fc4b1ce801045bdf3785851de2907c14870e616e /tsconfig.json | |
| parent | 5ee674765c5ed400dcd83146ee4dfa51bd6729de (diff) | |
| download | HydroRoll-f3e4415e701290915e54810e618f10ecb3ac36fe.tar.gz HydroRoll-f3e4415e701290915e54810e618f10ecb3ac36fe.zip | |
😫Fix the bug
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index ef429c2..c93710c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,7 @@ "noEmitHelpers": false, "skipLibCheck": true, "outDir": "./dist", - // "baseUrl": "./packages", + "baseUrl": "./packages", "paths": { "@vercel/webpack-nft": ["webpack-nmt/src/index.ts"] } |
