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:
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,
|
||||
|
||||
Reference in New Issue
Block a user