migrated to vue wtf

This commit is contained in:
Daniel Ledda
2023-02-26 22:14:43 +01:00
parent b16e20a86a
commit 766faf5f56
54 changed files with 3135 additions and 3538 deletions

View File

@@ -1,4 +1,5 @@
{
"extends": "@vue/tsconfig/tsconfig.web.json",
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"noImplicitAny": true,
@@ -6,6 +7,7 @@
"target": "esnext",
"allowJs": true,
"strict": true,
"noUncheckedIndexedAccess": true,
"moduleResolution": "Node",
"resolveJsonModule": true,
"baseUrl": "./",
@@ -20,5 +22,10 @@
"include": [
"./src/**/*",
"./assets/**/*"
],
"references": [
{
"path": "./tsconfig.config.json"
}
]
}