Sign in
webkit
/
WebKit
/
55c462f894c77130084c8539f1536870519ed808
/
.
/
PerformanceTests
/
Speedometer
/
resources
/
todomvc
/
architecture-examples
/
angular
/
src
/
tsconfig.spec.json
blob: 510e3f1fdae16c04db35a215260837dedf236a43 [
file
] [
log
] [
blame
]
{
"extends"
:
"../tsconfig.json"
,
"compilerOptions"
:
{
"outDir"
:
"../out-tsc/spec"
,
"module"
:
"commonjs"
,
"target"
:
"es5"
,
"baseUrl"
:
""
,
"types"
:
[
"jasmine"
,
"node"
]
},
"files"
:
[
"test.ts"
],
"include"
:
[
"**/*.spec.ts"
,
"**/*.d.ts"
]
}