问题 We upgraded our application to Angular 5.0.0 and we're getting two errors while trying to run the ng serve or ng build command : error TS6046: Argument for '--module' option must be: 'none', 'commonjs', 'amd', 'system', 'umd', 'es6', 'es2015', 'esnext'. error TS5024: Compiler option 'lib' requires a value of type Array. Here is the tsconfig.js file : { "compileOnSave": true, "compilerOptions": { "module": "commonjs", "outDir": "./dist/out-tsc", "baseUrl": "src", "sourceMap": true,