Skip to content

Commit

Permalink
chore: format root tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
BatuhanW committed Feb 27, 2024
1 parent 82bc26d commit 74fba26
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"extends": "./tsconfig.build.json",
"include": ["packages", "example"],
"compilerOptions": {
"allowJs": false,
"baseUrl": ".",
"typeRoots": ["./node_modules/@types", "./types"]
}
"extends": "./tsconfig.build.json",
"include": ["packages", "example"],
"compilerOptions": {
"allowJs": false,
"baseUrl": ".",
"typeRoots": ["./node_modules/@types", "./types"]
}
}

0 comments on commit 74fba26

Please sign in to comment.