mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-04 00:05:28 -05:00
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com> Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
15 lines
461 B
JSON
15 lines
461 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2022",
|
|
"module": "CommonJS",
|
|
"allowJs": true,
|
|
"strict": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"noEmit": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"skipLibCheck": true /* This should only be necessary while migrating to vitest, once we're done with that migration we can move to ESM and *hopefully* get rid of this */
|
|
}
|
|
}
|