You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
plugin.ts won't be transpiled, so we will get an error in the title. But if use plain js file: plugin.js, then there no errors, because nothing should be transpiled.
Start a project
The text was updated successfully, but these errors were encountered:
Current Behavior
nx serve appname
causes an error: " TS18002: The 'files' list in config file 'tsconfig.json' is empty."Expected Behavior
no errors
Steps to Reproduce
nx g @nx-plus/vue:lib <name>
The text was updated successfully, but these errors were encountered: