Skip to content

Commit

Permalink
chore: make eslint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Nov 16, 2023
1 parent bd6848a commit 2a3b06a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"compilerOptions": {
"target": "es2018",
"module": "commonjs",
"resolveJsonModule": true,
"declaration": true,
"outDir": "./dist",
"strict": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true
"strict": true
},
"include": ["src/**/*", "test/**/*", "tools/**/*"],
"exclude": ["test/fixtures/**/*"]
Expand Down

0 comments on commit 2a3b06a

Please sign in to comment.