Skip to content

Commit

Permalink
types
Browse files Browse the repository at this point in the history
  • Loading branch information
AnyBananaGAME committed Aug 17, 2024
1 parent a22c31d commit 68b8399
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ tokens/
.vscode/
dev/
.idx/
U2NyZWV0/
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@sanctumterra/client",
"version": "2.0.1",
"version": "2.0.2",
"description": "Get started by customizing your environment (defined in the .idx/dev.nix file) with the tools and IDE extensions you'll need for your project!",
"main": "index.js",
"main": "dist/index.js",
"type": "commonjs",
"scripts": {
"test": "node ./dist/tools/test.js",
Expand Down
3 changes: 3 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"strict": true,
"skipLibCheck": true,
"emitDecoratorMetadata": true,
"sourceMap": true,
"declarationMap": true,
"declaration": true,
"experimentalDecorators": true,
"paths": {
"*": ["./*"]
Expand Down

0 comments on commit 68b8399

Please sign in to comment.