Files
compiler-explorer/tsconfig.base.json
Mats Larsen da1a3ab7dc Make it possible to share types in /types directory between front and backend (#3211)
* Make it possible to share types in /types directory between front and backend

* Add new tsconfig files to gh-dist-files
2021-12-28 15:53:34 +01:00

14 lines
291 B
JSON

{
"compilerOptions": {
/* Code generation */
"sourceMap": true,
"downlevelIteration": true,
"importHelpers": true,
/* Module resolution */
"esModuleInterop": true,
/* Other options */
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true
}
}