feathers/packages/rest-client/tsconfig.json
David Luecke a8955cb848
chore(rest-client): Migrate @feathersjs/rest-client to TypeScript and remove Angular and jQuery clients (#2096r
BREAKING CHANGES: Remove jQuery and Angular REST clients since all
modern browsers now support fetch.
2020-10-18 16:01:45 -07:00

10 lines
124 B
JSON

{
"extends": "../../tsconfig",
"include": [
"src/**/*.ts"
],
"compilerOptions": {
"outDir": "lib"
}
}