diff --git a/package.json b/package.json index 2725a83..2294c21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@elilee/mmap-native", - "version": "1.0.0", + "version": "1.0.1", "description": "Node.js N-API mmap bindings", "license": "MIT", "type": "module", @@ -10,13 +10,14 @@ "dist/", "src/", "lib/", - "binding.gyp" + "binding.gyp", + "tsconfig.json" ], "scripts": { - "install": "node-gyp rebuild && tsc", - "build": "node-gyp rebuild && tsc", + "install": "node-gyp rebuild && tsc -p tsconfig.json", + "build": "node-gyp rebuild && tsc -p tsconfig.json", "build:native": "node-gyp rebuild", - "build:ts": "tsc", + "build:ts": "tsc -p tsconfig.json", "clean": "node-gyp clean && rm -rf dist" }, "dependencies": {