Yan FENG
Results
1
comments of
Yan FENG
I got the same issue with 8.3.4. Now I have to create new tsconfig.types.json with declaration config "compilerOptions": { "declaration": true, "declarationDir": "./dist/types", "emitDeclarationOnly": true, } then use tsc command...