pkg-fetch/lib/tsconfig.json

11 lines
234 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"rootDir": ".",
"outDir": "../lib-es5",
"resolveJsonModule": true
},
"include": ["**/*", "../typings/**/*", "**/*.json"],
"references": [{ "path": "../" }]
}