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
|
||||
components
|
||||
|
||||
tsconfig.tsbuildinfo
|
||||
|
||||
.eslintcache
|
||||
!.eslintrc.js
|
||||
!test/eslintrc.js
|
||||
|
@ -5,6 +5,7 @@
|
||||
"newLine": "lf",
|
||||
"declaration": true,
|
||||
"esModuleInterop": true,
|
||||
"incremental": true,
|
||||
"inlineSources": true,
|
||||
"noUnusedLocals": true,
|
||||
"preserveConstEnums": true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user