mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
* Make it possible to share types in /types directory between front and backend * Add new tsconfig files to gh-dist-files
14 lines
291 B
JSON
14 lines
291 B
JSON
{
|
|
"compilerOptions": {
|
|
/* Code generation */
|
|
"sourceMap": true,
|
|
"downlevelIteration": true,
|
|
"importHelpers": true,
|
|
/* Module resolution */
|
|
"esModuleInterop": true,
|
|
/* Other options */
|
|
"forceConsistentCasingInFileNames": true,
|
|
"skipLibCheck": true
|
|
}
|
|
}
|