diff --git a/package.json b/package.json index 02043ed..43dd407 100644 --- a/package.json +++ b/package.json @@ -32,12 +32,14 @@ "devDependencies": { "nodemon": "3.1.0", "pm2": "5.3.1", - "typescript-document": "0.0.7", - "typescript-esbuild": "0.4.9" + "@playform/build": "0.0.1" }, "peerDependencies": { "discord-interactions": "3.4.0" }, + "optionalDependencies": { + "@playform/document": "0.0.2" + }, "publishConfig": { "access": "public" } diff --git a/tsconfig.json b/tsconfig.json index f817b33..ed616cf 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,6 @@ "compilerOptions": { "outDir": "Target" }, - "extends": "typescript-esbuild/Target/Notation/TypeScript", + "extends": "@playform/build/Target/Notation/TypeScript", "include": ["Source"] }