Skip to content

Commit

Permalink
update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
norbornen committed Jun 17, 2023
1 parent fdd54a4 commit 4e4d72c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
enable-pre-post-scripts=true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc --strict",
"prepublishOnly": "yarn build",
"prepublishOnly": "npm run build",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" && tsc --noEmit",
"test": "jest --verbose --env=node",
"test:cov": "jest --coverage --verbose --env=node",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"moduleResolution": "Node",
"strict": true,
"sourceMap": true,
"incremental": true,
"removeComments": true,
"declaration": true,
"declarationDir": "dist",
"target": "ES2021",
"outDir": "dist",
"baseUrl": "src",
Expand Down

0 comments on commit 4e4d72c

Please sign in to comment.