Skip to content

Commit

Permalink
refactor: split dts files
Browse files Browse the repository at this point in the history
  • Loading branch information
DTrombett committed May 20, 2023
1 parent 169509c commit 6c2fc17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"description": "A library to interact with the api of ArgoScuolaNext",
"exports": "./dist/index.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"types": "./types/index.d.ts",
"scripts": {
"build": "tsup --dts",
"build": "tsup && tsc --declaration --emitDeclarationOnly --declarationDir types --noEmit false",
"lint": "eslint src --fix",
"prettier": "prettier --write src/**/*.ts",
"start": "npm run build && node --trace-warnings --enable-source-maps .",
Expand Down

0 comments on commit 6c2fc17

Please sign in to comment.