diff --git a/tsconfig.json b/tsconfig.json index 0a40a52..90a4ec1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -43,7 +43,7 @@ "theme": "minimal", "includeVersion": true, "excludePrivate": true, - "entryPoints": ["src"], + "entryPoints": ["src/WeaponPlugin.ts"], "exclude": ["src/main.ts", "src/validateConfig.ts"] } }