{ "extends": "./tsconfig.common.json", "compilerOptions": { "lib": ["es6", "DOM"], "esModuleInterop": true, "types": ["jest"], "outDir": "./dist" }, "include": ["./tests/**/*.test.ts"] }