Skip to content

Commit

Permalink
fix: prettier issues
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Apr 1, 2024
1 parent c07c263 commit 62fdfd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions __tests__/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"compilerOptions": {
"module": "es6",
"moduleResolution": "node",
"strict": false,
"strict": false
},
"include": ["../src/**/*", "*.ts", "**/*"],
"include": ["../src/**/*", "*.ts", "**/*"]
}
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"lib": ["es2020"],
"outDir": "./dist",
"resolveJsonModule": true,
"strict": true,
"strict": true
},
"include": ["./src/**/*", "global.d.ts"],
"include": ["./src/**/*", "global.d.ts"]
}

0 comments on commit 62fdfd6

Please sign in to comment.