angular-cn/integration/dynamic-compiler/e2e/tsconfig.json

11 lines
143 B
JSON

{
"compilerOptions": {
"outDir": "../dist/e2e",
"types": [
"jasmine",
"jasminewd2"
],
"skipLibCheck": true
}
}