Skip to content

Solved error error TS6046#18

Open
MartinhoMCM wants to merge 2 commits into
jmcooper:masterfrom
MartinhoMCM:master
Open

Solved error error TS6046#18
MartinhoMCM wants to merge 2 commits into
jmcooper:masterfrom
MartinhoMCM:master

Conversation

@MartinhoMCM

Copy link
Copy Markdown

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

This code solves these problems:
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'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant