Implement a basic astro integration for @websnacksjs/i18n

This commit is contained in:
M. George Hansen 2025-08-15 14:12:49 +12:00
parent 16a428e396
commit baa002ad2f
Signed by: mgeorgehansen
SSH key fingerprint: SHA256:JlIGiQLPyQ2RHTH3a2oVlb20Xkh9Glr8DUF4YTXHJxM
8 changed files with 459 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{
"extends": [
"../../tsconfig.common.json",
"@tsconfig/node-lts/tsconfig.json"
],
"include": ["src"],
"references": [{ "path": "../i18n" }]
}