summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar matthewp <matthewp@users.noreply.github.com> 2022-08-25 19:17:45 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2022-08-25 19:17:45 +0000
commit11ce2b6ce9dc3d3db162f875abba2cd6c8f8013f (patch)
tree3b5a276ff9720ff5f67210fae6d41250dafa23c0
parent77ce6be30c9cb8054ebf69a4943b984eed90152e (diff)
downloadastro-11ce2b6ce9dc3d3db162f875abba2cd6c8f8013f.tar.gz
astro-11ce2b6ce9dc3d3db162f875abba2cd6c8f8013f.tar.zst
astro-11ce2b6ce9dc3d3db162f875abba2cd6c8f8013f.zip
[ci] format
-rw-r--r--examples/framework-solid/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-solid/tsconfig.json b/examples/framework-solid/tsconfig.json
index cb2c53c66..6e107fd32 100644
--- a/examples/framework-solid/tsconfig.json
+++ b/examples/framework-solid/tsconfig.json
@@ -3,6 +3,6 @@
"compilerOptions": {
// Solid specific settings
"jsx": "preserve",
- "jsxImportSource": "solid-js",
+ "jsxImportSource": "solid-js"
}
}