1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-10-05 21:16:09 +02:00
.profile/packages/ui/tsconfig.json

8 lines
203 B
JSON
Raw Normal View History

{
"extends": "@repo/config-typescript/tsconfig.json",
"compilerOptions": {
"lib": ["DOM", "DOM.Iterable", "ESNext"],
2024-09-11 23:53:26 +02:00
"types": ["@total-typescript/ts-reset", "@repo/i18n/messages.d.ts"]
}
}