Sign in
skia
/
buildbot
/
HEAD
/
.
/
perf
/
coverage
/
tsconfig.coverage.json
blob: 501aab38be4930d9a1fc3987fc25c860f89e9528 [
file
] [
log
] [
blame
]
{
"extends"
:
"../../tsconfig.json"
,
"compilerOptions"
:
{
"allowJs"
:
true
,
"checkJs"
:
false
,
"noEmit"
:
true
},
"include"
:
[
"perf/**/*.ts"
],
"exclude"
:
[
"perf/**/*_test.ts"
,
"perf/**/*_po.ts"
,
"perf/**/*-demo.ts"
]
}