angular-fundamentals-files
angular-fundamentals-files copied to clipboard
Solved error error TS6046
This file tsconfig.base.json solves the following problem:
tsconfig.base.json(14,15): error TS6046: Argument for '--module' option must be: 'none', 'commonjs', 'amd', 'system', 'umd', 'es6', 'es2015', 'esnext'. Error: tsconfig.base.json(14,15): error TS6046: Argument for '--module' option must be: 'none', 'commonjs', 'amd', 'system', 'umd', 'es6', 'es2015', 'esnext'.
Change the module value=> "module": "amd",