This commit is contained in:
peintnermax
2024-09-10 11:57:09 +02:00
parent 1bd632ad7b
commit 386ed7d297
7 changed files with 56 additions and 14 deletions

View File

@@ -12,6 +12,12 @@
}
]
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts",
"custom-config.js"
],
"exclude": ["node_modules"]
}