UNPKG

setup-cpp

Version:

Install all the tools required for building and testing C++/C projects.

25 lines (24 loc) 406 B
{ "$schema": "https://swc.rs/schema.json", "sourceMaps": true, "jsc": { "target": "es2019", "transform": { "optimizer": { "simplify": true, "jsonify": { "minCost": 1000 } } }, "parser": { "syntax": "typescript", "tsx": false, "dynamicImport": true } }, "minify": true, "module": { "type": "commonjs" } }