Skip to content

Commit 7a0fad8

Browse files
committed
chore: declaration maps in dev mode
1 parent 4fcd08a commit 7a0fad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
"prettier": "prettier --list-different '**/*.{js,ts,tsx,md,json}' .eslintrc.json .prettierrc babel.config.js",
227227
"prettier-fix": "prettier --write '**/*.{js,ts,tsx,md,json}' .eslintrc.json .prettierrc babel.config.js",
228228
"fix-staged": "lint-staged --config .lintstagedrc.fix.json --concurrent 1",
229-
"start": "tsc --watch",
229+
"start": "tsc --watch --declarationMap",
230230
"prepare": "husky install",
231231
"preversion": "yarn install",
232232
"test": "jest",

0 commit comments

Comments
 (0)