feat: add type definitions for FluentUrl and related serializers

This commit is contained in:
2026-02-22 18:02:50 -05:00
parent c22c6309b8
commit 80065fee88
4 changed files with 3 additions and 38 deletions

View File

@@ -22,20 +22,7 @@
"@/*": [
"./lib/*"
]
},
"plugins": [
{
"transform": "typescript-transform-paths"
},
{
"transform": "typescript-transform-paths",
"afterDeclarations": true
}
],
"typeRoots": [
"lib/shared/types",
"node_modules/@types"
]
}
},
"include": [
"lib/**/*",