Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 537 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 537 Bytes

ios-scriptable-types

I don't know how to publish this. I've thought about DefinitlyTyped. But then you need to have npm and a node_modules folder in the working dorectory. Or should I make a VisualStudio Code Extension? (But that would take some time)

If you have any idea, just open an issue.

For now, just download dist/scriptable.d.ts and put it in the Scriptable folder in your iCloud Drive. To disable the DOM types, simply add a file called jsconfig.json with:

{
	"compilerOptions": {
		"lib": ["es6"]
	}
}