[ { "seq": 0, "type": "request", "command": "configure", "arguments": { "hostInfo": "vscode" } }, { "seq": 1, "type": "request", "command": "compilerOptionsForInferredProjects", "arguments": { "options": { "module": "CommonJS", "target": "ES6", "allowSyntheticDefaultImports": true, "allowNonTsExtensions": true, "allowJs": true, "jsx": "Preserve" } } }, { "seq": 4, "type": "request", "command": "open", "arguments": { "file": "$$PWD$$/project/app/app.component.ts", "fileContent": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'my-app',\n template: `