Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
2a951e24ce39b0186c84fe0aab4ed669f21b70e0
/
.
/
tsconfig.node.json
blob: 148c41b312da879bd4695f6d6c4cee2d2cc69684 [
file
] [
log
] [
blame
]
Philipp Schrader
175a93c
2023-02-19 13:13:40 -0800
[
diff
] [
blame
]
1
{
2
"extends"
:
"./tsconfig.json"
,
3
"compilerOptions"
:
{
4
"allowSyntheticDefaultImports"
:
true
,
5
"lib"
:
[
"es2021"
]
6
}
7
}