Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars authored and tauri-bot committed Feb 5, 2024
1 parent 74a1941 commit 0964e14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/config-generator/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"target": "ES2021",
"esModuleInterop": true,
"strict": true,
"skipLibCheck": true,
},
"skipLibCheck": true
}
}
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"baseUrl": ".",
"paths": {
"@components/*": ["src/components/*"],
"@assets/*": ["src/assets/*"],
},
},
"@assets/*": ["src/assets/*"]
}
}
}

0 comments on commit 0964e14

Please sign in to comment.