增加 ts-optchain

pull/369/head
ChenX 5 years ago
parent 6cf116ee04
commit 639d813933

@ -91,6 +91,7 @@
"react-rnd2": "^1.0.1",
"stats.js": "^0.17.0",
"three": "^0.106.1",
"ts-optchain": "^0.1.7",
"xaop": "^1.3.2"
},
"jest": {

@ -18,7 +18,12 @@
"jest"
],
"jsx": "react",
"experimentalDecorators": true
"experimentalDecorators": true,
"plugins": [
{
"transform": "ts-optchain/transform"
},
]
},
"include": [
"./src/**/*",

Loading…
Cancel
Save