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