diff options
| author | netop://ウィビ <paul@webb.page> | 2026-04-26 20:51:04 -0700 |
|---|---|---|
| committer | netop://ウィビ <paul@webb.page> | 2026-04-26 20:51:04 -0700 |
| commit | 07d39a1a3a09739bbc3d27a31829063f1e0a5e24 (patch) | |
| tree | ac5a6e2878da4546dd71eda1ba720cb798bb0d26 /tsconfig.json | |
| parent | 938496228e9553c90aa81ee993c0d760a7dd6c26 (diff) | |
| download | graphiql-07d39a1a3a09739bbc3d27a31829063f1e0a5e24.tar.gz graphiql-07d39a1a3a09739bbc3d27a31829063f1e0a5e24.zip | |
adds standalone version for CDN ease
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index a2271d0..f4fcfd0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,6 +15,7 @@ }, "include": [ "source/library/**/*.ts", - "source/library/**/*.svelte" + "source/library/**/*.svelte", + "source/standalone/**/*.ts" ] } |