@wisdom-w/core
v5.0.2
Published
Vue 3 and TypeScript projects Core.
Readme
Core configuration
Vue 3 and TypeScript projects Core.
How to use
- Install the package:
pnpm add -D @wisdom-w/core- Append the following
typescontent totsconfig.json:
{
"compilerOptions": {
"types": [
"@wisdom-w/core/global",
],
},
}