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

Commit d0e291d

Browse files
committed
🔧 (tsconfig) Authorize the usage of TSX files
1 parent 01c2b79 commit d0e291d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"compilerOptions": {
33
"target": "es5",
44
"module": "commonjs",
5+
"jsx": "react",
56
"strict": true,
67
"declaration": true,
78
"outDir": "dist"

0 commit comments

Comments
 (0)