diff --git a/binding.gyp b/binding.gyp index abf3038..a973bb3 100644 --- a/binding.gyp +++ b/binding.gyp @@ -2,7 +2,12 @@ "targets": [ { "target_name": "milsko", - "sources": ["src/milsko.cpp"], + "sources": [ + "src/milsko.cpp", + "src/widget.cpp", + "src/classes.cpp", + "src/pixmap.cpp", + ], "include_dirs": [ "= 18" - }, "devDependencies": { "@types/node": "^25.6.0", - "fast-xml-parser": "^5.6.0", + "fast-xml-parser": "^5.7.2", "node-gyp": "^12.2.0", "prebuildify": "^6.0.1", "prettier": "^3.8.2", diff --git a/tsconfig.json b/tsconfig.json index eb9671c..54669ff 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,5 +13,10 @@ "declaration": true, "isolatedModules": true }, - "exclude": ["scripts"] + "exclude": [ + "scripts", + "examples", + "node_modules", + "dist" + ] }