Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
amtrack committed Jun 4, 2024
1 parent fdafc05 commit f8822fb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions test/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": "@salesforce/dev-config/tsconfig-test-strict-esm",
"include": ["./**/*.ts"],
"compilerOptions": {
"skipLibCheck": true,
"strictNullChecks": true
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@salesforce/dev-config/tsconfig-test-strict-esm",
"extends": "@salesforce/dev-config/tsconfig-strict-esm",
"include": ["./**/*.ts"],
"compilerOptions": {
"skipLibCheck": true,
Expand Down

0 comments on commit f8822fb

Please sign in to comment.