chore(tsconfig): remove backup file from include (#9)

This commit is contained in:
2025-06-10 00:29:57 +02:00
committed by GitHub
parent 10b1f91a2f
commit 247616cda8

View File

@ -33,7 +33,6 @@
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts",
"components/SessionDetails.tsx.bak"
".next/types/**/*.ts"
]
}