gandjustas / sptypescript

TypeScript declarations for SharePoint JavaScript Object Model (JSOM) + lots of samples.
56 stars 19 forks source link

error TS2304: Cannot find name 'SP'. #17

Open hmendezm opened 6 years ago

hmendezm commented 6 years ago

I installed @type/sharepoint. I trying to use model dialog and I get the error SP cannot be found. I am using visual studio code. Do I need to do something on typings.d.ts? I want to to test this before install the templates from you project. or Should I install also you templates and try again?

Thanks for put together the project