mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-12 19:00:43 -04:00
14 lines
277 B
JSON
14 lines
277 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2022",
|
|
"module": "Node16",
|
|
"moduleResolution": "nodenext",
|
|
"allowJs": false,
|
|
"strict": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"outDir": "./dist",
|
|
"rootDir": "../../"
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|