Skip to content

Commit

Permalink
update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
inker committed Jan 21, 2024
1 parent bd03631 commit 02f0721
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"compilerOptions": {
"target": "ESNext",
"module": "CommonJS",
"declaration": true,
"module": "ESNext",
"strict": true,
"lib": ["DOM", "ScriptHost", "DOM.Iterable", "ESNext"],
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"types": ["vitest/globals"]
},
"include": ["./**/*", "../vitest.config.ts"]
Expand Down

0 comments on commit 02f0721

Please sign in to comment.