This repository has been archived on 2024-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
wikipedia-game-solver/packages/api-client/tsconfig.json

8 lines
167 B
JSON
Raw Normal View History

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