angular-cn/integration/hello_world__systemjs_umd/e2e/tsconfig.json

11 lines
175 B
JSON

{
"compilerOptions": {
"sourceMap": true,
"lib": [ "es2015", "dom" ],
"noImplicitAny": true,
"skipLibCheck": true,
"types": [
"jasmine"
]
}
}