Skip to content

Commit

Permalink
fix: tsconfig - skip checking dependency d.ts files (#2226)
Browse files Browse the repository at this point in the history
  • Loading branch information
filmaj authored Sep 3, 2024
1 parent abbe82c commit fac979a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
/* Basic Options */
"skipLibCheck": true,
"target": "ES2018", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */
"module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */
// "resolveJsonModule": true,
Expand Down

0 comments on commit fac979a

Please sign in to comment.