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 log
npm run start log
package.json
codegen.yml
my-project dir
EmployeeActionHook.ts
tsconfig.json
versions
type.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.ts
files can only contain declarations not actual code. So it will work if you remove.d
from the extension.