jmcooper / angular-fundamentals-files

353 stars 536 forks source link

Solved error error TS6046 #18

Open MartinhoMCM opened 3 years ago

MartinhoMCM commented 3 years ago

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",