DenReg/jsx-html/examples/browser/tsconfig.json

15 lines
243 B
JSON
Raw Normal View History

2020-10-14 00:56:11 +00:00
{
"compilerOptions": {
"outDir": "./dist/",
"module": "commonjs",
"jsx": "react",
"jsxFactory": "jsx",
"esModuleInterop": true,
"sourceMap": true,
"allowJs": true,
"lib": [
"es6",
"dom"
]
}
}