course-helper/tsconfig.json
2025-05-08 20:05:49 +08:00

11 lines
201 B
JSON

{
"compilerOptions": {
"target": "es2024",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}