Skip to content

Commit

Permalink
chore: remove superfluous dots from paths
Browse files Browse the repository at this point in the history
  • Loading branch information
andreashuber69 committed Jan 9, 2025
1 parent e5b9d72 commit b3d3ae1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"files.autoSave": "onFocusChange",
"editor.rulers": [120],
"git.confirmSync": false,
"typescript.tsdk": "./node_modules/typescript/lib",
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.preferences.quoteStyle": "double"
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"compilerOptions": {
"checkJs": false,
"declaration": true,
"outDir": "./dist",
"outDir": "dist",
"sourceMap": true
},
"include": [
Expand Down

0 comments on commit b3d3ae1

Please sign in to comment.