UNPKG

msw

Version:

Seamless REST/GraphQL API mocking library for browser and Node.js.

16 lines (15 loc) 345 B
{ // Common configuration for everything // living in the "src" directory. "extends": "../tsconfig.base.json", "compilerOptions": { "composite": true, "baseUrl": "./", "paths": { "~/core": ["core"], "~/core/*": ["core/*"] } }, "include": ["../global.d.ts", "./**/*.ts"], "exclude": ["./**/*.test.ts"] }