|
|
@ -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", |
|
|
|