mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-13 04:00:56 -05:00
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
|
|
}
|
|
}
|