1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-10-05 21:16:09 +02:00
.profile/packages/utils/tsconfig.json

8 lines
167 B
JSON
Raw Normal View History

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