From 5abd6bb7e010f0ed05b086d45b06bbed76bc5f57 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Sat, 13 Aug 2022 00:03:27 +0200 Subject: try to update build script --- plugins/example-plugin/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/example-plugin/tsconfig.json') diff --git a/plugins/example-plugin/tsconfig.json b/plugins/example-plugin/tsconfig.json index 5ff9e607..7efe9434 100644 --- a/plugins/example-plugin/tsconfig.json +++ b/plugins/example-plugin/tsconfig.json @@ -71,7 +71,7 @@ "emitDecoratorMetadata": true, "experimentalDecorators": true, "resolveJsonModule": true, - "baseUrl": "../../", + "baseUrl": "../../bundle/dist/", "paths": { "@fosscord/api": ["../../api/src/index"], "@fosscord/gateway": ["../../gateway/src/index"], -- cgit 1.5.1