Reputation: 355
Using Google Apps Script, WebStorm is telling me that google is unresolved. Which library should I add in the Languages & Frameworks to resolve it?
Upvotes: 0
Views: 681
You should use @types/google.script.client-side
Upvotes: 3