UNPKG

@pact-foundation/pact-core

Version:

Core of @pact-foundation/pact. You almost certainly don't want to depend on this directly.

13 lines 212 B
{ "extends": "./tsconfig.json", "compilerOptions": { "noImplicitAny": false, "allowJs": true }, "ts-node": { "compilerOptions": { "noImplicitAny": false, "strict": true } } }