Module not found: Can't resolve type.d.ts #5537
Answered
by
ardatan
hirasaki1985
asked this question in
General
-
|
I can't use generate I try to start with npm command generate lognpm run start logpackage.jsoncodegen.ymlmy-project dirEmployeeActionHook.tstsconfig.jsonversionstype.d.ts shoud not include import/export word? How do I solve it? |
Beta Was this translation helpful? Give feedback.
Answered by
ardatan
Feb 11, 2021
Replies: 1 comment 1 reply
-
|
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
hirasaki1985
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
.d.tsfiles can only contain declarations not actual code. So it will work if you remove.dfrom the extension.