UNPKG

cmake-ts

Version:

cmake-js rewrite in typescript to support advanced build configurations

10 lines (9 loc) 216 B
{ "extends": "../tsconfig.json", "compilerOptions": { "emitDeclarationOnly": true, "outDir": "../build", "noEmit": false }, "include": ["./**/*.ts", "./**/*.mts", "./**/*.d.ts", "./**/*.d.mts"] }