diff --git a/package.json b/package.json index 3aba7df..37a7199 100644 --- a/package.json +++ b/package.json @@ -29,8 +29,10 @@ "deepmerge-ts": "5.1.0" }, "devDependencies": { - "typescript-document": "0.0.7", - "typescript-esbuild": "0.4.9" + "@playform/build": "0.0.1" + }, + "optionalDependencies": { + "@playform/document": "0.0.2" }, "publishConfig": { "access": "public" diff --git a/tsconfig.json b/tsconfig.json index ffcd63d..0a83647 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,6 +3,6 @@ "baseUrl": "./", "outDir": "Target" }, - "extends": "typescript-esbuild/Target/Notation/TypeScript", + "extends": "@playform/build/Target/Notation/TypeScript", "include": ["Source"] }