mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-12 09:01:32 -04:00
feat: component base
This commit is contained in:
parent
02dafd6a2f
commit
6e0c369398
17 changed files with 1482 additions and 1006 deletions
|
@ -14,6 +14,7 @@
|
|||
"strict": true,
|
||||
"noEmit": true,
|
||||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"~/*": [
|
||||
|
@ -25,7 +26,9 @@
|
|||
},
|
||||
"types": [
|
||||
"@types/node",
|
||||
"@nuxt/types"
|
||||
"@nuxtjs/toast",
|
||||
"@nuxt/types",
|
||||
"~/types/custom.d.ts"
|
||||
]
|
||||
},
|
||||
"exclude": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue