UNPKG

@highflying/jest-module-name-mapper

Version:

Synchronization tsconfig paths with Jest (module name mapper)

12 lines (11 loc) 181 B
{ "compilerOptions": { "baseUrl": "./src", "outDir": "./dist/", "paths": { "@app": ["./app"], "@api/*": ["api/*"], "@config": ["config"] } } }