Skip to content

Commit

Permalink
fix: remove compile types and fix declaration file ref (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
nugaon authored Mar 26, 2021
1 parent fb49955 commit c0563fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@
"type": "git",
"url": "https://github.com/nugaon/swarm-extension.git"
},
"types": "dist/index.d.ts",
"types": "types/index.d.ts",
"scripts": {
"compile": "webpack --progress --mode development --env buildDeps=true && webpack --progress --mode development",
"compile:types": "tsc --project tsconfig.d.json",
"test": "jest --config=jest.config.ts",
"test:demo": "npm run test -- --demo=true",
"lint": "eslint --fix \"src/**/*.ts\" \"test/**/*.ts\" && prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
Expand Down
12 changes: 0 additions & 12 deletions tsconfig.d.json

This file was deleted.

0 comments on commit c0563fd

Please sign in to comment.