Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Apr 1, 2024
1 parent f182756 commit 5064c98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"baseUrl": "./",
"outDir": "Target"
},
"extends": "typescript-esbuild/Target/Notation/TypeScript",
"extends": "@playform/build/Target/Notation/TypeScript",
"include": ["Source"]
}

0 comments on commit 5064c98

Please sign in to comment.