mirror of
https://github.com/feathersjs/feathers.git
synced 2026-01-25 15:23:13 +00:00
10 lines
124 B
JSON
10 lines
124 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"include": [
|
|
"src/**/*.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"outDir": "lib"
|
|
}
|
|
}
|