Skip to content

Commit

Permalink
style: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanosdev committed Jan 24, 2024
1 parent 42a0dbd commit a8f5396
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions examples/clock/tests/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "../../../tsconfig.json",
"compilerOptions": {
"allowJs": true,
"types": ["jest", "node"]
"types": ["jest", "node"],
},
"include": ["./src/**/*.ts", "./clock/**/*.ts"]
"include": ["./src/**/*.ts", "./clock/**/*.ts"],
}
4 changes: 2 additions & 2 deletions examples/counter/tests/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "../../../tsconfig.json",
"compilerOptions": {
"allowJs": true,
"types": ["jest", "node"]
"types": ["jest", "node"],
},
"include": ["./src/**/*.ts", "./counter/**/*.ts"]
"include": ["./src/**/*.ts", "./counter/**/*.ts"],
}
4 changes: 2 additions & 2 deletions examples/todo/tests/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "../../../tsconfig.json",
"compilerOptions": {
"allowJs": true,
"types": ["jest", "node"]
"types": ["jest", "node"],
},
"include": ["./src/**/*.ts", "./todo/**/*.ts"]
"include": ["./src/**/*.ts", "./todo/**/*.ts"],
}
4 changes: 2 additions & 2 deletions packages/pic/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"outDir": "dist",
"declaration": true,
"sourceMap": true,
"stripInternal": true
}
"stripInternal": true,
},
}
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"types": ["node"]
}
"types": ["node"],
},
}

0 comments on commit a8f5396

Please sign in to comment.