mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
4a635c1b32
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
11 lines
212 B
JSON
11 lines
212 B
JSON
{
|
|
"include": ["**/*.ts", "**/*.test.ts"],
|
|
"extends": "../tsconfig-base.json",
|
|
"compilerOptions": {
|
|
"outDir": "../shared-dist",
|
|
"composite": true,
|
|
"noEmit": false,
|
|
"module": "CommonJS"
|
|
}
|
|
}
|