UNPKG
@oada/oadaify
Version:
latest (2.1.0)
2.1.0
2.0.0
1.0.1
1.0.0
Make OADA data nicer to work with in JS/TS
github.com/OADA/oadaify
@oada/oadaify
/
test
/
tsconfig.json
15 lines
(14 loc)
•
205 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"extends"
:
"../tsconfig.json"
,
"compilerOptions"
:
{
"allowJs"
:
true
,
"rootDir"
:
"."
,
"outDir"
:
"../.test"
}
,
"include"
:
[
"."
]
,
"references"
:
[
{
"path"
:
"../"
}
]
}