-
-
Notifications
You must be signed in to change notification settings - Fork 626
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(cli): add defineConfig for type helper #721
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@haoziqaq cc. Pls |
@@ -1,6 +1,7 @@ | |||
{ | |||
"compilerOptions": { | |||
"module": "esnext", | |||
"outDir": "./dist", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe outDir
is unnecessary?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately. when we set allowJs
as true
. The typescript will warn the overwrite
in console. Because typescript
or others bundle tools who can read tscofig.json
. Will overwrite the bundle file. ReferReason
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According the following issue. I think set the field outDir
is quickest way. Or may use exclude
option repalce the outDir?
LGTM |
Checklist
varlet-ui
tsconfig.json
warnings.varlet-cli
extrabin.ts
andindex.ts
. ( AdddefineConfig
funcvarlet-cli
documenthost
types error.Change information
#720