library-ts/node/tsconfig.json

10 lines
130 B
JSON
Raw Normal View History

2025-03-08 08:16:54 +00:00
{
2025-03-23 07:31:36 +00:00
"compilerOptions":
{
2025-03-08 08:16:54 +00:00
"lib": ["ES2020"],
"types": ["node"], // Includes Node.js types
},
2025-03-23 07:31:36 +00:00
2025-03-08 08:16:54 +00:00
"include": ["./*"]
}