UNPKG
wise-eyes-core
Version:
latest (1.2.0)
1.2.0
1.1.2
1.1.1
1.1.0
1.0.0
Web server to monitor the status of owlcms
wise-eyes-core
/
tsconfig.json
17 lines
(16 loc)
•
231 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"extends"
:
[
"@tsconfig/node20/tsconfig.json"
]
,
"compilerOptions"
:
{
"baseUrl"
:
"src"
,
"declaration"
:
true
,
"outDir"
:
"./dist"
}
,
"include"
:
[
"src/**/*"
]
,
"ts-node"
:
{
"files"
:
true
}
}