add toggle for acrylic, fix roact fragments

This commit is contained in:
Reid 2023-08-20 01:56:39 -07:00
parent 3b327ea260
commit 3d641b34ce
8 changed files with 167 additions and 6 deletions

View file

@ -5,7 +5,7 @@
"downlevelIteration": true,
"jsx": "react",
"jsxFactory": "Roact.createElement",
"jsxFragmentFactory": "Roact.Fragment",
"jsxFragmentFactory": "Roact.createFragment",
"module": "commonjs",
"moduleResolution": "Node",
"noLib": true,