aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authornetop://ウィビ <paul@webb.page>2026-04-26 20:18:30 -0700
committernetop://ウィビ <paul@webb.page>2026-04-26 20:18:30 -0700
commit3c06c95f396b6e911076bc3291d5855ed01b5caa (patch)
tree17cd218339c52fbeee93d931303b04a3ff294f8b /tsconfig.json
parentf059d97ab7f6d74d61139ac698cb871be7cb632e (diff)
downloadgraphiql-3c06c95f396b6e911076bc3291d5855ed01b5caa.tar.gz
graphiql-3c06c95f396b6e911076bc3291d5855ed01b5caa.zip
cleanup and ready for launch
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 6bed1c6..a2271d0 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -13,5 +13,8 @@
"target": "ES2022",
"verbatimModuleSyntax": true
},
- "include": ["source/library/**/*.ts", "source/library/**/*.svelte"]
+ "include": [
+ "source/library/**/*.ts",
+ "source/library/**/*.svelte"
+ ]
}