Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Feb 19, 2024
1 parent 90dd4a7 commit 308aabc
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 @@ -4,12 +4,12 @@
"lib": ["ES2020", "ESNext.Disposable"],
"rootDir": "src",
"module": "commonJS",
"types": ["node"],
"strict": true,
"outDir": "out",
"sourceMap": true,
"esModuleInterop": true,
"skipLibCheck": true,
"types": ["node"]
"skipLibCheck": true
},
"include": ["src/**/*.ts"],
"exclude": ["samples/**/*"]
Expand Down

0 comments on commit 308aabc

Please sign in to comment.