mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore: Speed up compilation via incremental builds.
This commit is contained in:
parent
b0c50b8a7b
commit
f34c6819e4
2
.gitignore
vendored
2
.gitignore
vendored
@ -7,6 +7,8 @@ node_modules
|
|||||||
*.d.ts
|
*.d.ts
|
||||||
components
|
components
|
||||||
|
|
||||||
|
tsconfig.tsbuildinfo
|
||||||
|
|
||||||
.eslintcache
|
.eslintcache
|
||||||
!.eslintrc.js
|
!.eslintrc.js
|
||||||
!test/eslintrc.js
|
!test/eslintrc.js
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
"newLine": "lf",
|
"newLine": "lf",
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
|
"incremental": true,
|
||||||
"inlineSources": true,
|
"inlineSources": true,
|
||||||
"noUnusedLocals": true,
|
"noUnusedLocals": true,
|
||||||
"preserveConstEnums": true,
|
"preserveConstEnums": true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user