Browse Source

fix: tsconfig moduleResolution (#6122)

Co-authored-by: pzzyf <2279948211@qq.com>
pull/6139/head
zyf0624 1 year ago
committed by GitHub
parent
commit
e68fff58e8
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      internal/tailwind-config/tsconfig.json

3
internal/tailwind-config/tsconfig.json

@ -1,6 +1,9 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@vben/tsconfig/node.json",
"compilerOptions": {
"moduleResolution": "bundler"
},
"include": ["src"],
"exclude": ["node_modules"]
}

Loading…
Cancel
Save