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

9 lines
177 B
JSON

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