UNPKG
purplejs
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
A little bit of React
purplejs
/
tsconfig.json
11 lines
(10 loc)
•
187 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"compilerOptions"
:
{
"outDir"
:
"./dist/"
,
"target"
:
"es6"
,
"module"
:
"commonjs"
,
"jsx"
:
"react"
,
"jsxFactory"
:
"createElement"
,
"esModuleInterop"
:
true
}
}