diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/cli/tsconfig-for-init.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cli/tsconfig-for-init.json b/src/cli/tsconfig-for-init.json index 30522c12f..5c0ced989 100644 --- a/src/cli/tsconfig-for-init.json +++ b/src/cli/tsconfig-for-init.json @@ -5,11 +5,11 @@ ], "module": "esnext", "target": "esnext", - "moduleResolution": "nodenext", + "moduleResolution": "bundler", "strict": true, "downlevelIteration": true, "skipLibCheck": true, - "jsx": "preserve", + "jsx": "react-jsx", "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, "allowJs": true, |