UNPKG

setup-cpp

Version:

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

10 lines (9 loc) 176 B
{ "extends": "../../tsconfig.json", "compilerOptions": { "outDir": "./dist", "noEmit": false, "allowImportingTsExtensions": false }, "include": ["./src"] }