2024-07-30 23:59:06 +02:00
|
|
|
{
|
|
|
|
"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"]
|
2024-07-30 23:59:06 +02:00
|
|
|
}
|
|
|
|
}
|