mirror of
https://github.com/facebook/lexical.git
synced 2025-08-06 16:39:33 +08:00
Migrate to TS strict mode 3/n (#2482)
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
"declaration": true,
|
||||
"emitDeclarationOnly": true,
|
||||
"declarationDir": "./.ts-temp",
|
||||
"strict": false
|
||||
"strict": true
|
||||
},
|
||||
"exclude": [
|
||||
"**/__tests__/**",
|
||||
|
Reference in New Issue
Block a user