freeCodeCamp/shared/tsconfig.json
Oliver Eyton-Williams 4a635c1b32
refactor: migrate (some) curriculum files to TypeScript (#62228)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2025-10-23 10:54:57 +05:30

11 lines
212 B
JSON

{
"include": ["**/*.ts", "**/*.test.ts"],
"extends": "../tsconfig-base.json",
"compilerOptions": {
"outDir": "../shared-dist",
"composite": true,
"noEmit": false,
"module": "CommonJS"
}
}