File tree Expand file tree Collapse file tree 3 files changed +2
-19
lines changed Expand file tree Collapse file tree 3 files changed +2
-19
lines changed Original file line number Diff line number Diff line change 1919 " package.json" ,
2020 " postcss.config.js" ,
2121 " tailwind.config.js" ,
22- " src/shared/lib/vendor/" ,
23- " src/.eslintrc.json"
22+ " src/shared/lib/vendor/"
2423 ],
2524 "parserOptions" : {
2625 "project" : " ./tsconfig.json" ,
Original file line number Diff line number Diff line change @@ -32,11 +32,6 @@ export default defineNuxtConfig({
3232 dir : {
3333 static : 'src/static' ,
3434 } ,
35- imports : {
36- dirs : [
37- 'composables/**'
38- ]
39- } ,
4035 postcss : {
4136 plugins : {
4237 tailwindcss : { } ,
Original file line number Diff line number Diff line change 11{
2- "extends" : " ./.nuxt/tsconfig.json" ,
3- "include" : [
4- " src/**/*.vue" ,
5- " .nuxt/nuxt.d.ts" ,
6- " .nuxt/.config/nuxt.*" ,
7- " .nuxt/**/*" ,
8- " .nuxt/node_modules/@nuxtjs/tailwindcss/runtime" ,
9- " .nuxt/node_modules/@pinia/nuxt/runtime" ,
10- " .nuxt/node_modules/@nuxt/devtools/runtime" ,
11- " .nuxt/node_modules/@nuxt/telemetry/runtime" ,
12- " .nuxt"
13- ]
2+ "extends" : " ./.nuxt/tsconfig.json"
143}
You can’t perform that action at this time.
0 commit comments