link-module-alias
link-module-alias copied to clipboard
Could not find a declaration file for module
Hi. Thank you for create this library.
While I use this, my vscode show this warning message at the require statement. Currently, I'm not using typescript, only use es2015.
[ts] Could not find a declaration file for module '@lib/moduleName'. '/Users/module/path.js' implicitly has an 'any' type.
Do you know how to fix this problem? Thanks.

@casamia918 that is a VSCode warning. This library doesn't supply a typescript declaration file so just ignore that.