Sign in
skia
/
buildbot
/
f8fe9d19dfeb
/
.
/
perf
/
modules
/
tsconfig.eslint.json
blob: addd4c167b00b30ea7dee043625aa75dd9939206 [
file
]
{
"extends"
:
"../../tsconfig.json"
,
"compilerOptions"
:
{
//
ensure that nobody can accidentally use this config for a build
"noEmit"
:
true
,
},
"include"
:
[
"**/*.ts"
,
],
}