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