tsdjs / tsd

Check TypeScript type definitions
MIT License
2.36k stars 68 forks source link

How to specify a test file in "package.json"? #198

Open GoToLoop opened 11 months ago

GoToLoop commented 11 months ago

Dunno how to specify a test file in 'package.json":

  "tsd": {
        "testFiles": ["complex.test-d.mts"]
    }

Only this works: tsd -f complex.test-d.mts

tommy-mitchell commented 11 months ago

The testFiles and typingsFile options are currently unsupported in the package.json config.

GoToLoop commented 11 months ago

Is it planned for 1.0.0 perchance?

tommy-mitchell commented 11 months ago

Added to https://github.com/SamVerschueren/tsd/issues/196#configuration-schema.