mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
21 lines
260 B
JSON
21 lines
260 B
JSON
|
|
{
|
||
|
|
"env": [
|
||
|
|
"bom",
|
||
|
|
"cssom",
|
||
|
|
"dom",
|
||
|
|
"geometry",
|
||
|
|
"html",
|
||
|
|
"node",
|
||
|
|
"serviceworkers",
|
||
|
|
"streams",
|
||
|
|
"web-animations"
|
||
|
|
],
|
||
|
|
"ignore": [
|
||
|
|
"create-react-class",
|
||
|
|
"jest",
|
||
|
|
"regenerator-runtime",
|
||
|
|
"webpack",
|
||
|
|
"ws"
|
||
|
|
]
|
||
|
|
}
|