diff options
author | 2021-12-27 03:39:30 +0000 | |
---|---|---|
committer | 2021-12-26 22:39:30 -0500 | |
commit | 079a78e0eca3db8e50a072374693ce60c21c23ba (patch) | |
tree | ab226c3f7636f688873f21bc493b6fbd2a9935ce /examples/framework-react | |
parent | a310846f1fc356412b162f0c906ac257c63bab1e (diff) | |
download | astro-079a78e0eca3db8e50a072374693ce60c21c23ba.tar.gz astro-079a78e0eca3db8e50a072374693ce60c21c23ba.tar.zst astro-079a78e0eca3db8e50a072374693ce60c21c23ba.zip |
Adjust TSConfig example files to include compilerOptions (#2278)
Diffstat (limited to 'examples/framework-react')
-rw-r--r-- | examples/framework-react/tsconfig.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/framework-react/tsconfig.json b/examples/framework-react/tsconfig.json index 44465b140..8e881cf9c 100644 --- a/examples/framework-react/tsconfig.json +++ b/examples/framework-react/tsconfig.json @@ -1,3 +1,5 @@ { - "moduleResolution": "node" + "compilerOptions": { + "moduleResolution": "node" + } } |