add i18n path to node tsconfig

This commit is contained in:
jeffvli
2025-07-06 20:43:27 -07:00
parent 9147b041f3
commit 7785874605
+3
View File
@@ -16,6 +16,9 @@
"/@/shared/*": [
"src/shared/*"
],
"/@/i18n/*": [
"src/i18n/*"
]
}
}
}