mirror of
https://github.com/developit/microbundle.git
synced 2026-01-18 13:56:35 +00:00
9 lines
114 B
JSON
9 lines
114 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsxFactory": "h",
|
|
"jsx": "react",
|
|
"baseUrl": "."
|
|
},
|
|
"files": ["src/index.tsx"]
|
|
}
|