UNPKG
@hypermod/types
Version:
latest (0.2.0)
0.2.0
0.1.2
0.1.1
0.1.0
github.com/hypermod-io/hypermod-community/tree/main
hypermod-io/hypermod-community
@hypermod/types
/
tsconfig.json
10 lines
(9 loc)
•
161 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"extends"
:
"../../tsconfig.packages.json"
,
"compilerOptions"
:
{
"rootDir"
:
"src"
,
"outDir"
:
"dist"
,
"baseUrl"
:
"."
}
,
"include"
:
[
"src"
]
}