Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
anubra266 committed Dec 27, 2024
1 parent 972f358 commit 267a54f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion fixture/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "../tsconfig.build.json",
"include": ["src"],
"include": ["src"]
}
6 changes: 3 additions & 3 deletions plugin/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"include": ["src/**/*", "tests", "test-utils.ts"],
"compilerOptions": {
"paths": {
"fixture": ["../fixture/src/index.ts"],
},
},
"fixture": ["../fixture/src/index.ts"]
}
}
}
8 changes: 4 additions & 4 deletions sandbox/legacy/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"noFallthroughCasesInSwitch": true
},
"include": ["src"],
"references": [
{
"path": "./tsconfig.node.json",
},
],
"path": "./tsconfig.node.json"
}
]
}
8 changes: 4 additions & 4 deletions sandbox/v9/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"noFallthroughCasesInSwitch": true
},
"include": ["src"],
"references": [
{
"path": "./tsconfig.node.json",
},
],
"path": "./tsconfig.node.json"
}
]
}

0 comments on commit 267a54f

Please sign in to comment.