fix: tsconfig base (#1859)

main
chenjiawei.inizio 2 months ago committed by GitHub
parent afb48a6c40
commit bbc615a18e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      frontend/config/ts-config/tsconfig.base.json

@ -24,8 +24,8 @@
"sourceMap": true,
"strict": true,
"disableReferencedProjectLoad": true,
"disableSolutionSearching": true,
"disableSourceOfProjectReferenceRedirect": true,
// "disableSolutionSearching": true,
// "disableSourceOfProjectReferenceRedirect": true,
"target": "es2018"
},
"watchOptions": {

Loading…
Cancel
Save