Skip to content

Commit

Permalink
chore: fix typescript server slow down
Browse files Browse the repository at this point in the history
  • Loading branch information
DTrombett committed May 19, 2023
1 parent 283a91d commit 2df8774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A library to interact with the api of Argoscuolanext",
"exports": "./dist/index.js",
"main": "./dist/index.js",
"types": "./src/index.ts",
"types": "./types/index.d.ts",
"scripts": {
"build": "tsup && tsc --emitDeclarationOnly --declarationDir types --noEmit false",
"lint": "eslint src --fix",
Expand Down

0 comments on commit 2df8774

Please sign in to comment.