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