mirror of
https://github.com/aleleba/create-react-ssr.git
synced 2025-07-18 10:38:42 -06:00
Changing some files to typescript and fixing webpack build.
This commit is contained in:
@ -15,11 +15,11 @@
|
||||
"module": "esnext",
|
||||
"moduleResolution": "node",
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true,
|
||||
"noEmit": false,
|
||||
"jsx": "react-jsx",
|
||||
"experimentalDecorators": true,
|
||||
"esModuleInterop": true,
|
||||
"isolatedModules": false,
|
||||
"types": [
|
||||
"react/next",
|
||||
"react-dom/next",
|
||||
|
Reference in New Issue
Block a user