Documentation Report Checklist
Expected
npm run tsc -- --project 01-ingredients --watch
it did not work
Actual
npm warn "./02-recipes" is being parsed as a normal command line argument.
npm warn Unknown cli config "--project". This will stop working in the next major version of npm.
npm warn Unknown cli config "--watch". This will stop working in the next major version of npm.
tsc
tsc ./02-recipes
error TS5112: tsconfig.json is present but will not be loaded if files are specified on commandline. Use '--ignoreConfig' to skip this error.
Additional Info
Otherwise, if I remove "npm run," it will work correctly and update tsconfig from "moduleResolution": "node" to "moduleResolution": "nodenext",
Documentation Report Checklist
mainbranch of the repository.Expected
npm run tsc -- --project 01-ingredients --watch
it did not work
Actual
npm warn "./02-recipes" is being parsed as a normal command line argument.
npm warn Unknown cli config "--project". This will stop working in the next major version of npm.
npm warn Unknown cli config "--watch". This will stop working in the next major version of npm.
error TS5112: tsconfig.json is present but will not be loaded if files are specified on commandline. Use '--ignoreConfig' to skip this error.
Additional Info
Otherwise, if I remove "npm run," it will work correctly and update tsconfig from "moduleResolution": "node" to "moduleResolution": "nodenext",