Skip to content

Commit

Permalink
chore: fprettify formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikit committed Mar 23, 2024
1 parent cdb8d92 commit 02a13d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"resolveJsonModule": true,
"esModuleInterop": true,
"removeComments": true,
"rootDir": ".",
"rootDir": "."
},
"include": ["src/**/*.ts", "src/**/*.json"],
"exclude": ["node_modules", ".vscode-test", "assets/videos"],
"exclude": ["node_modules", ".vscode-test", "assets/videos"]
}

0 comments on commit 02a13d2

Please sign in to comment.