|
|
@@ -1,11 +1,11 @@
|
|
|
{
|
|
|
- "typescript.tsdk": "node_modules/typescript/lib",
|
|
|
- "typescript.preferences.includePackageJsonAutoImports": "on",
|
|
|
- "typescript.updateImportsOnFileMove.enabled": "always",
|
|
|
- "typescript.tsserver.watchOptions": {
|
|
|
+ "js/ts.tsdk.path": "node_modules/typescript/lib",
|
|
|
+ "js/ts.preferences.includePackageJsonAutoImports": "on",
|
|
|
+ "js/ts.updateImportsOnFileMove.enabled": "always",
|
|
|
+ "js/ts.tsserver.watchOptions": {
|
|
|
"watchFile": "useFsEvents",
|
|
|
"watchDirectory": "useFsEvents",
|
|
|
- "fallbackPolling": "dynamicPriority",
|
|
|
+ "fallbackPolling": "dynamicPriorityPolling",
|
|
|
"synchronousWatchDirectory": true,
|
|
|
"excludeDirectories": [
|
|
|
"**/node_modules",
|
|
|
@@ -13,7 +13,7 @@
|
|
|
"**/.git"
|
|
|
]
|
|
|
},
|
|
|
- "typescript.tsserver.experimental.enableProjectDiagnostics": true,
|
|
|
+ "js/ts.tsserver.experimental.enableProjectDiagnostics": true,
|
|
|
"i18n-ally.localesPaths": [
|
|
|
"src/locales"
|
|
|
],
|