2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-06-17 19:21:20 +03:00
Files
bbob/.swcrc
T
Nikolay Kostyurin 2ee5141d8e feat: update all deps versions, move from babel to swc
- move all package commands to scripts/pkg-task
- jest now uses swc
- rollup now uses swc
- move all benchmark packages to benchmark/package.json
2021-10-17 19:57:00 +02:00

13 lines
144 B
Plaintext

{
"module": {
"type": "es6"
},
"env": {
"loose": true,
"targets": "> 0.25%, not dead"
},
"jsc": {
"loose": true
}
}