Sign in
◑
Theme
bazel
/
rules_typescript
/
263a6bfba4921d31be28cc3f514e8b6ddde140ba
/
.
/
examples
/
testing
/
tsconfig.json
blob: c4faf5a9194965aedb17ea093a5f10129284c8b6 [
file
]
{
"compilerOptions"
:
{
"strict"
:
true
,
"lib"
:
[
"es2015.promise"
,
"dom"
,
"es5"
],
}
}