Skip to content

Commit

Permalink
fix: rename panikzettel subject type names & sort panikzettel
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsch318 committed Aug 4, 2024
1 parent ab3bf86 commit 9c1d9d3
Show file tree
Hide file tree
Showing 6 changed files with 10,511 additions and 5,067 deletions.
16 changes: 3 additions & 13 deletions cypress/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,10 @@
"extends": "../tsconfig.json",
"compilerOptions": {
"target": "ES2022",
"lib": [
"ES2022",
"dom"
],
"types": [
"node",
"cypress",
"@percy/cypress",
"@testing-library/cypress"
],
"lib": ["ES2022", "dom"],
"types": ["node", "cypress", "@percy/cypress", "@testing-library/cypress"],
"isolatedModules": false
},
"include": [
"**/*.ts"
],
"include": ["**/*.ts"],
"exclude": []
}
Loading

0 comments on commit 9c1d9d3

Please sign in to comment.