setup-cpp
Version:
Install all the tools required for building and testing C++/C projects.
30 lines (29 loc) • 511 B
JSON
{
"$schema": "https://swc.rs/schema.json",
"sourceMaps": true,
"jsc": {
"target": "esnext",
"transform": {
"optimizer": {
"simplify": true,
"jsonify": {
"minCost": 1000
}
}
},
"parser": {
"syntax": "typescript",
"tsx": false,
"dynamicImport": true
},
"baseUrl": ".",
"paths": {
"./lib.js": ["./lib.mjs"]
}
},
"minify": true,
"module": {
"type": "nodenext",
"outFileExtension": "mjs"
}
}