yeah
This commit is contained in:
@@ -18,12 +18,15 @@
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
"**/*.ts",
|
||||
"**/*.d.ts",
|
||||
"**/*.tsx",
|
||||
"**/*.vue",
|
||||
".nuxt/**/*.ts",
|
||||
"./types/**/*.d.ts"
|
||||
"./components/**/*.js",
|
||||
"./components/**/*.ts",
|
||||
"./components/**/*.jsx",
|
||||
"./components/**/*.tsx",
|
||||
"./components/**/*.vue",
|
||||
"./app.vue",
|
||||
"./error.vue",
|
||||
"./types/**/*.ts"
|
||||
],
|
||||
"typeRoots": ["./node_modules/@types", "./types"],
|
||||
"exclude": ["node_modules", ".output", "dist"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user