dev: Fix r3f tsconfig to include TSX files

This commit is contained in:
Cole Lawrence 2022-07-15 10:24:32 -04:00
parent 7041c9f56f
commit 5ca3edead8

View file

@ -5,6 +5,7 @@
"lib": ["ESNext", "DOM"],
"rootDir": "src",
"types": ["jest", "node"],
"jsx": "react",
"emitDeclarationOnly": true,
"composite": true
},