mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 10:07:46 -05:00
15 lines
311 B
JSON
15 lines
311 B
JSON
{
|
|
"include": ["**/*.ts"],
|
|
"compilerOptions": {
|
|
"target": "es2022",
|
|
"module": "nodenext",
|
|
"allowJs": true,
|
|
"strict": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"noEmit": true,
|
|
"noUncheckedIndexedAccess": true
|
|
}
|
|
}
|