Browse Source

chore: skip type checking of declaration files of dependencies (#9516)

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/9587/head
Pranav C 2 months ago committed by GitHub
parent
commit
8620041651
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/nocodb-sdk/tsconfig.json

2
packages/nocodb-sdk/tsconfig.json

@ -10,7 +10,7 @@
"inlineSourceMap": true,
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */,
"resolveJsonModule": true /* Include modules imported with .json extension. */,
"skipLibCheck": true /* Skip type checking of declaration files of dependencies. */,
// "strict": true /* Enable all strict type-checking options. */,
/* Strict Type-Checking Options */

Loading…
Cancel
Save