/ bindings / node.js / tsconfig.build.json
tsconfig.build.json
1  {
2    "extends": "./tsconfig.json",
3    "include": ["./lib"],
4    "compilerOptions": {
5      "rootDir": ".",
6      "outDir": "dist",
7      "noEmit": false
8    }
9  }