wikipedia-game-solver/apps/api/tsconfig.json

8 lines
167 B
JSON
Raw Permalink Normal View History

2024-08-09 23:51:41 +02:00
{
"extends": "@repo/config-typescript/tsconfig.json",
"compilerOptions": {
"lib": ["ESNext"],
2024-08-16 02:50:11 +02:00
"types": ["@total-typescript/ts-reset", "@types/node"]
2024-08-09 23:51:41 +02:00
}
}