UNPKG
@talend/json-schema-form-core
Version:
latest (1.4.5)
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.0
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-alpha.4
JSON-Schema and JSON-UI-Schema utilities for form generation.
github.com/Talend/ui
Talend/ui
@talend/json-schema-form-core
/
tsconfig.json
11 lines
(10 loc)
•
221 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"extends"
:
"@talend/scripts-config-typescript/tsconfig.json"
,
"include"
:
[
"src/**/*"
]
,
"compilerOptions"
:
{
"noImplicitAny"
:
false
,
"declaration"
:
true
,
"target"
:
"ES5"
,
"module"
:
"CommonJs"
}
}