diff options
author | 2022-08-25 19:17:45 +0000 | |
---|---|---|
committer | 2022-08-25 19:17:45 +0000 | |
commit | 11ce2b6ce9dc3d3db162f875abba2cd6c8f8013f (patch) | |
tree | 3b5a276ff9720ff5f67210fae6d41250dafa23c0 | |
parent | 77ce6be30c9cb8054ebf69a4943b984eed90152e (diff) | |
download | astro-11ce2b6ce9dc3d3db162f875abba2cd6c8f8013f.tar.gz astro-11ce2b6ce9dc3d3db162f875abba2cd6c8f8013f.tar.zst astro-11ce2b6ce9dc3d3db162f875abba2cd6c8f8013f.zip |
[ci] format
-rw-r--r-- | examples/framework-solid/tsconfig.json | 2 |
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" } } |