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.dist.json
16 lines
(15 loc)
•
317 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"rootDir"
:
"src"
,
"noEmit"
:
false
,
"declaration"
:
true
,
"sourceMap"
:
true
,
"esModuleInterop"
:
false
,
"allowSyntheticDefaultImports"
:
false
,
"outDir"
:
"dist"
,
"module"
:
"CommonJS"
,
"target"
:
"ES5"
}
,
"include"
:
[
"src"
]
}