Use parallel and incremental builds #105
Loading…
Reference in a new issue
No description provided.
Delete branch "faster-builds"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This should help reduce build times.
Grabbed from https://akkoma.dev/Michcio/FoundKey-0x7f
parallel and incremental buildsto Use parallel and incremental builds@ -8,3 +9,3 @@
"noUnusedLocals": false,
"noFallthroughCasesInSwitch": true,
"declaration": false,
"declaration": true,
Hmm, I don't think enabling this one is necessary? Or is it needed for
incremental
to work correctly?Doesn't look like it so I'll just revert it to false.