Skip to content

Commit

Permalink
Merge pull request #49 from stackhawk/defs-tweak
Browse files Browse the repository at this point in the history
correctly name types tsconfig
  • Loading branch information
untra authored May 29, 2024
2 parents 817a845 + 03fc5e0 commit d481a25
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 @@ -38,7 +38,7 @@
"build:site": "npm run build:ts && npm run build:rs",
"lint": "eslint src --ext .ts,.tsx,.js --ignore-path .gitignore",
"docs": "mkdir -p build/docs && typedoc src/naiveasync --out build/docs",
"defs": "tsc -p types.tsconfig.json --declaration --outDir dist/ --emitDeclarationOnly",
"defs": "tsc -p tsconfig.types.json --declaration --outDir dist/ --emitDeclarationOnly",
"ci": "npm run build && npm run lint && npm run test",
"ci2": "npm run lint && npm run build && npm run cover",
"start": "./node_modules/.bin/react-scripts start",
Expand Down

0 comments on commit d481a25

Please sign in to comment.