feathers/packages/errors/tsconfig.json

10 lines
124 B
JSON

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