therepo/packages/i18n-astro/tsconfig.json

8 lines
151 B
JSON

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