Skip to content

Commit

Permalink
remove unused stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalets committed Sep 27, 2024
1 parent e6e4c54 commit ba30bca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ npm-debug.log
test-results
playwright-report
/todo.txt
.network-cache
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"noEmit": true,
"esModuleInterop": true
},
"include": ["**/*.ts", "vitest.config.mts"]
"include": ["**/*.ts"]
}

0 comments on commit ba30bca

Please sign in to comment.