1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-21 23:48:36 +02:00
.profile/packages/utils/tsconfig.json

8 lines
167 B
JSON

{
"extends": "@repo/config-typescript/tsconfig.json",
"compilerOptions": {
"lib": ["ESNext"],
"types": ["@types/node", "@total-typescript/ts-reset"]
}
}