feat: component base

This commit is contained in:
Corentin Thomasset 2021-02-13 19:55:45 +01:00
parent 02dafd6a2f
commit 6e0c369398
No known key found for this signature in database
GPG key ID: DBD997E935996158
17 changed files with 1482 additions and 1006 deletions

View file

@ -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": [