various cleanup

This commit is contained in:
jeffvli 2025-05-24 03:24:05 -07:00
parent 48917547b2
commit ac682428e6
3 changed files with 3 additions and 45 deletions

View file

@ -42,7 +42,9 @@
"npm-debug.log.*": true,
"test/**/__snapshots__": true,
"package-lock.json": true,
"*.{css,sass,scss}.d.ts": true
"*.{css,sass,scss}.d.ts": true,
"out/**/*": true,
"dist/**/*": true
},
"i18n-ally.localesPaths": ["src/i18n", "src/i18n/locales"],
"typescript.tsdk": "node_modules\\typescript\\lib",