feathers/packages/commons/tsconfig.json
2019-04-06 12:43:57 -07:00

10 lines
124 B
JSON

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