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

12 lines
242 B
JSON
Raw Normal View History

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