UNPKG
tethysfaceid
Version:
latest (0.1.0)
0.1.0
tethysfaceid
/
jsconfig.json
13 lines
(11 loc)
•
220 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"baseUrl"
:
"./"
,
"paths"
:
{
"components/*"
:
[
"components/*"
]
,
"common/*"
:
[
"common/*"
]
,
"core-sdk/*"
:
[
"core-sdk/*"
]
}
}
,
"exclude"
:
[
"node_modules"
,
"dist"
]
}