UNPKG

setup-cpp

Version:

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

17 lines (16 loc) 291 B
{ "extends": "./tsconfig.json", "compilerOptions": { "emitDeclarationOnly": true, "noEmit": false, "declarationDir": "./dist/library", "rootDir": "./src", "incremental": false }, "include": [ "./src/**/*.ts" ], "exclude": [ "./src/**/*.test.ts" ] }