Skip to content

Commit

Permalink
ci: ts-config skipLibCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
telesoho committed Aug 18, 2024
1 parent fcdc392 commit ba3b567
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions ts-config.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"compilerOptions": {
"moduleResolution": "Node16",
"newLine": "lf",
"skipLibCheck": true,
"esModuleInterop": true
}
}
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"rootDir": "src",
"outDir": "out",
"sourceMap": true,
"skipLibCheck": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", ".vscode-test", "scripts"]
Expand Down

0 comments on commit ba3b567

Please sign in to comment.