mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-17 19:21:20 +03:00
2ee5141d8e
- move all package commands to scripts/pkg-task - jest now uses swc - rollup now uses swc - move all benchmark packages to benchmark/package.json
19 lines
282 B
Plaintext
19 lines
282 B
Plaintext
{
|
|
"module": {
|
|
"type": "umd",
|
|
"strict": false,
|
|
"strictMode": true,
|
|
"lazy": false,
|
|
"noInterop": false,
|
|
"ignoreDynamic": false
|
|
},
|
|
"env": {
|
|
"loose": true,
|
|
"modules": false,
|
|
"targets": "> 0.25%, not dead"
|
|
},
|
|
"jsc": {
|
|
"loose": true
|
|
}
|
|
}
|