Implement a basic astro integration for @websnacksjs/i18n
This commit is contained in:
parent
16a428e396
commit
baa002ad2f
8 changed files with 459 additions and 0 deletions
8
packages/i18n-astro/tsconfig.json
Normal file
8
packages/i18n-astro/tsconfig.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"extends": [
|
||||
"../../tsconfig.common.json",
|
||||
"@tsconfig/node-lts/tsconfig.json"
|
||||
],
|
||||
"include": ["src"],
|
||||
"references": [{ "path": "../i18n" }]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue