Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit b6a86da

Browse files
committed
fix(e2e/site/tsconfig.json): removed file extention css.tsx
1 parent 245c65e commit b6a86da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/site/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"@/*": ["./*"]
2424
}
2525
},
26-
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "**/*css.tsx", ".next/types/**/*.ts"],
26+
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
2727
"exclude": ["node_modules"]
2828
}

0 commit comments

Comments
 (0)