UNPKG
nobuilder-json
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
nobuilder
nobuilder-json
/
tsconfig.json
13 lines
(12 loc)
•
225 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"outDir"
:
"./lib/"
,
"sourceMap"
:
true
,
"noImplicitAny"
:
true
,
"module"
:
"commonjs"
,
"target"
:
"es6"
,
"jsx"
:
"react"
,
"declaration"
:
true
}
,
"include"
:
[
"./src/**/*"
]
}