Skip to content

Commit

Permalink
fix: Revert "Enable incremental TSC builds (#19293)" #20805
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jan 17, 2024
1 parent ac74fac commit a741b2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@
"start": "node index.js",
"test-with-coverage": "jest test --coverage",
"test": "jest test",
"test-watch": "jest test --watch",
"clean": "rimraf coverage dist tsconfig.tsbuildinfo",
"prepack": "npm run clean && npm run build"
"test-watch": "jest test --watch"
},
"author": "Koen Kanters",
"license": "GPL-3.0",
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"rootDir": "lib",
"inlineSourceMap": true,
"resolveJsonModule": true,
"experimentalDecorators": true,
"incremental": true
"experimentalDecorators": true
},
"include": [
"lib/**/*",
Expand Down

0 comments on commit a741b2f

Please sign in to comment.