Add src/shadcn to TypeScript ignored paths

This commit is contained in:
VityaSchel
2023-10-02 20:36:55 +04:00
parent b3f9114ccd
commit d0f0be6887

View File

@@ -35,6 +35,7 @@
".next/types/**/*.ts"
],
"exclude": [
"node_modules"
"node_modules",
"src/shadcn"
]
}