UNPKG
@jakesidsmith/react-div
Version:
latest (1.0.1)
1.0.1
1.0.0
Divs! Divs everywhere!
github.com/jakesidsmith/react-div
jakesidsmith/react-div
@jakesidsmith/react-div
/
tsconfig.examples.json
12 lines
(11 loc)
•
205 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"module"
:
"ES6"
,
"target"
:
"ES6"
,
"sourceMap"
:
true
,
"jsx"
:
"react"
,
"baseUrl"
:
"."
}
,
"include"
:
[
"src"
,
"examples/src"
]
}