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 (#3211)
* Make it possible to share types in /types directory between front and backend * Add new tsconfig files to gh-dist-files
This commit is contained in:
13
tsconfig.base.json
Normal file
13
tsconfig.base.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
/* Code generation */
|
||||
"sourceMap": true,
|
||||
"downlevelIteration": true,
|
||||
"importHelpers": true,
|
||||
/* Module resolution */
|
||||
"esModuleInterop": true,
|
||||
/* Other options */
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"skipLibCheck": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user