typerscript
Version:
hyperscript and hyperscript helpers written in TypeScript, leveraging TypeStyle
22 lines (21 loc) • 339 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"declaration": true,
"target": "es5",
"noImplicitAny": true,
"sourceMap": true,
"lib": [ "dom", "es2017" ],
"outDir": "dist",
"noImplicitReturns": true,
"jsx": "react"
},
"exclude": [
"node_modules",
"dist"
],
"types": [
"react",
"react-native"
]
}