mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-26 17:02:27 -04:00
13 lines
248 B
JSON
13 lines
248 B
JSON
{
|
|
"include": ["src"],
|
|
"extends": "../../tsconfig-base.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"module": "es2020",
|
|
"moduleResolution": "bundler",
|
|
"outDir": "dist",
|
|
"noEmit": false
|
|
}
|
|
}
|