Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Freezystem committed Dec 3, 2023
1 parent 6f7618b commit 4345a2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
"noUnusedParameters": true
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules", "build", "coverage", "src/**/*.spec.ts"],
"exclude": ["node_modules", "build", "coverage", "src/**/*.spec.ts"]
}
2 changes: 1 addition & 1 deletion tsconfig.types.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"outDir": "build/types",
"declaration": true,
"emitDeclarationOnly": true,
"declarationMap": true,
"declarationMap": true
}
}

0 comments on commit 4345a2d

Please sign in to comment.