mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #8139 from overleaf/ii-typescript-enable-strict-mode
[web] Enable TypeScript strict mode GitOrigin-RevId: aa159fc5faf11c91382dc2498e8ec84068d5c637
This commit is contained in:
parent
e41315364d
commit
865121259a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
// "checkJs": true /* Report errors in .js files. */,
|
||||
"jsx": "preserve" /* Specify JSX code generation */,
|
||||
"noEmit": true /* Do not emit outputs. */,
|
||||
// "strict": true /* Enable all strict type-checking options. */,
|
||||
"strict": true /* Enable all strict type-checking options. */,
|
||||
"moduleResolution": "node" /* Specify module resolution strategy */,
|
||||
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */,
|
||||
"skipLibCheck": true /* Skip type checking of declaration files. */,
|
||||
|
|
Loading…
Reference in a new issue