This commit is contained in:
polaris 2024-01-13 14:27:19 -05:00
parent 41a2bb32cb
commit c3d8e7ef73
1 changed files with 7 additions and 1 deletions

View File

@ -22,6 +22,12 @@
"@/*": ["./src/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "src/components/shared/NavigationBar"],
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts",
"src/components/shared/NavigationBar"
],
"exclude": ["node_modules"]
}