dev: Fix r3f tsconfig to include TSX files
This commit is contained in:
parent
7041c9f56f
commit
5ca3edead8
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
"lib": ["ESNext", "DOM"],
|
||||
"rootDir": "src",
|
||||
"types": ["jest", "node"],
|
||||
"jsx": "react",
|
||||
"emitDeclarationOnly": true,
|
||||
"composite": true
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue