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. 6
      frontend/config/ts-config/tsconfig.base.json

@ -24,12 +24,12 @@
"sourceMap": true, "sourceMap": true,
"strict": true, "strict": true,
"disableReferencedProjectLoad": true, "disableReferencedProjectLoad": true,
"disableSolutionSearching": true, // "disableSolutionSearching": true,
"disableSourceOfProjectReferenceRedirect": true, // "disableSourceOfProjectReferenceRedirect": true,
"target": "es2018" "target": "es2018"
}, },
"watchOptions": { "watchOptions": {
"fallbackPolling": "dynamicpriority", "fallbackPolling": "dynamicpriority",
"synchronousWatchDirectory": false, "synchronousWatchDirectory": false,
"watchDirectory": "useFsEvents", "watchDirectory": "useFsEvents",
"watchFile": "useFsEventsOnParentDirectory", "watchFile": "useFsEventsOnParentDirectory",

Loading…
Cancel
Save