mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 10:22:16 +00:00
20e48dd846
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
11 lines
189 B
JSON
11 lines
189 B
JSON
{
|
|
"include": ["src"],
|
|
"extends": "../../tsconfig-base.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"outDir": "dist",
|
|
"noEmit": false
|
|
}
|
|
}
|