unique-network
refs/commits
ade4bc204310
js-packages/playgrounds/tsconfig.json
1{2 "extends": "../tsconfig.packages.json",3 "compilerOptions": {4 "rootDir": "./src",5 "outDir": "dist"6 },7 "references": [8 { "path": "../types/tsconfig.json" },9 ]10}