elearning/Frontend-Learner/tsconfig.json

7 lines
91 B
JSON
Raw Permalink Normal View History

2026-01-13 10:46:40 +07:00
{
"extends": "./.nuxt/tsconfig.json",
"compilerOptions": {
"types": ["node"]
}
}