angular-cn/integration/platform-server/e2e/tsconfig.json

9 lines
171 B
JSON
Raw Normal View History

{
"compilerOptions": {
"outDir": "../built/e2e",
"types": ["jasmine"],
// TODO(alexeagle): was required for Protractor 4.0.11
"skipLibCheck": true
}
}