1{2 "extends": "../tsconfig.packages.json",3 "compilerOptions": {4 "rootDir": "./src",5 "outDir": "dist",6 "allowSyntheticDefaultImports": true,7 "resolveJsonModule": true,8 },9 "include": ["./src/**/*.json", "./src/**/*.ts"],10 "references": [11 { "path": "../playgrounds/tsconfig.json" }12 ]13}