This repository has been archived on 2026-04-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
KLC-Corporate-Learner-Front…/tsconfig.node.json

9 lines
142 B
JSON
Raw Permalink Normal View History

2025-09-05 19:24:43 +05:30
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node"
},
"include": ["vite.config.ts"]
}