figma / plugin-typings

Typings for the Figma Plugin API
MIT License
195 stars 45 forks source link

use tsconfig for npm test configuration #66

Closed emartinfigma closed 3 years ago

emartinfigma commented 3 years ago

Change npm test to run tsc with no arguments, so it picks up the local tsconfig.json. In particular this makes it obey the 'lib' setting found there. (Currently npm test fails due to this.)