mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-11 14:54:33 +00:00
19 lines
345 B
JSON
19 lines
345 B
JSON
{
|
|
"env": {
|
|
"commonjs": true
|
|
},
|
|
"globals": {
|
|
"ArrayBuffer": false,
|
|
"DataView": false,
|
|
"Float32Array": false,
|
|
"Float64Array": false,
|
|
"Int16Array": false,
|
|
"Int32Array": false,
|
|
"Int8Array": false,
|
|
"Uint16Array": false,
|
|
"Uint32Array": false,
|
|
"Uint8Array": false,
|
|
"Uint8ClampedArray": false
|
|
}
|
|
}
|