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