Sign in
chromium
/
infra
/
infra
/
8db61c6c3037ed443320fd2625adfadda507eaac
/
.
/
appengine
/
monorail
/
jsconfig.json
blob: abebe193f50e5fc3a4bd784b4c843554ff6b11e0 [
file
] [
log
] [
blame
]
{
"compilerOptions"
:
{
"baseUrl"
:
"static_src"
,
"checkJs"
:
true
,
"moduleResolution"
:
"node"
,
"target"
:
"es2015"
},
"include"
:
[
"static_src/**/*"
]
}