migrated to vue wtf
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user