mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 09:23:52 -05:00
17 lines
371 B
JSON
17 lines
371 B
JSON
{
|
|
"compilerOptions": {
|
|
/* Code generation */
|
|
"sourceMap": true,
|
|
"downlevelIteration": true,
|
|
"importHelpers": true,
|
|
/* Module resolution */
|
|
"esModuleInterop": true,
|
|
/* Other options */
|
|
"forceConsistentCasingInFileNames": true,
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"noImplicitAny": false,
|
|
"noImplicitOverride": true
|
|
}
|
|
}
|