1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-11-15 08:33:13 +01: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"]
}
}