Skip to content

Commit

Permalink
fix: exclude example in tsconfig + ignore in npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Ademsk1 committed Oct 19, 2023
1 parent 1182eb2 commit f741577
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
./example
11 changes: 2 additions & 9 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@
"strict": true,
"skipLibCheck": true
},
"exclude": [
"node_modules",
"playwright.config.ts",
"tests"
],
"include": [
"./index.ts",
"./plugin"
]
"exclude": ["node_modules", "playwright.config.ts", "tests", "example"],
"include": ["./index.ts", "./plugin"]
}

0 comments on commit f741577

Please sign in to comment.