UNPKG

297 BJSONView Raw
1{
2 "extends": "../../tsconfig.build.json",
3 "compilerOptions": {
4 "module": "CommonJS",
5 "rootDir": "./lib",
6 "composite": true,
7 "outDir": "./types"
8 },
9 "include": ["lib"],
10 "references": [
11 {
12 "path": "../babel-plugin-transform-imports/tsconfig.build.json"
13 }
14 ]
15}