Skip to content

Commit

Permalink
Update tsconfig schema
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Jan 22, 2024
1 parent 187c3f0 commit 1e8d4f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"$schema": "https://json.schemastore.org/tsconfig.json",
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": false,
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"$schema": "https://json.schemastore.org/tsconfig.json",
"compilerOptions": {
"composite": true,
"noEmit": true,
Expand Down

0 comments on commit 1e8d4f8

Please sign in to comment.