git.delta.rocks / unique-network / refs/commits / ade4bc204310

difftreelog

source

js-packages/tests/tsconfig.json312 Bsourcehistory
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}