mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 10:07:46 -05:00
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"
|
|
}
|
|
}
|