Skip to content

Commit

Permalink
fix: add declaration file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ademsk1 committed Nov 6, 2023
1 parent 2412c6d commit 2fb652b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
"skipLibCheck": true,
"declaration": true
},
"exclude": ["node_modules", "playwright.config.ts", "tests", "example"],
"include": ["./index.ts", "./plugin"]
Expand Down

0 comments on commit 2fb652b

Please sign in to comment.