1{2 "extends": "../tsconfig.packages.json",3 "compilerOptions": {4 "rootDir": "./src",5 "outDir": "dist",6 "resolveJsonModule": true7 },8 "references": [9 { "path": "../types/tsconfig.json" },10 { "path": "../playgrounds/tsconfig.json" },11 { "path": "../tests/tsconfig.json" }12 ]13}