Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
eed14447a6e46c0dc5438bb8809917673c8f943f
/
.
/
tsconfig.json
blob: 91093d322a8293fc14622361ffabf7a76fb84cab [
file
] [
log
] [
blame
]
Austin Schuh
eed1444
2019-03-23 14:42:46 -0700
[
diff
] [
blame^
]
1
{
2
"compilerOptions"
:
{
3
"experimentalDecorators"
:
true
,
4
"strict"
:
true
,
5
"noImplicitAny"
:
false
6
},
7
"bazelOptions"
:
{
8
"workspaceName"
:
"971-Robot-Code"
9
}
10
}