wikipedia-game-solver/packages/ui/tsconfig.json

8 lines
203 B
JSON
Raw Normal View History

2024-07-24 12:35:33 +02:00
{
"extends": "@repo/config-typescript/tsconfig.json",
"compilerOptions": {
"lib": ["DOM", "DOM.Iterable", "ESNext"],
2024-08-15 15:14:21 +02:00
"types": ["@total-typescript/ts-reset", "@repo/i18n/messages.d.ts"]
2024-07-24 12:35:33 +02:00
}
}