aboutsummaryrefslogtreecommitdiff
path: root/dprint.json
diff options
context:
space:
mode:
Diffstat (limited to 'dprint.json')
-rw-r--r--dprint.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/dprint.json b/dprint.json
index 7cd0063..586e306 100644
--- a/dprint.json
+++ b/dprint.json
@@ -17,7 +17,8 @@
"excludes": [
"node_modules/**",
"**/*-lock.json",
- ".next/**"
+ ".next/**",
+ "api/target/**"
],
"plugins": [
"https://plugins.dprint.dev/typescript-0.44.0.wasm",