diff options
Diffstat (limited to 'examples/with-docker/apps/api/src/__tests__/tsconfig.json')
| -rw-r--r-- | examples/with-docker/apps/api/src/__tests__/tsconfig.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/with-docker/apps/api/src/__tests__/tsconfig.json b/examples/with-docker/apps/api/src/__tests__/tsconfig.json new file mode 100644 index 0000000..bf65be6 --- /dev/null +++ b/examples/with-docker/apps/api/src/__tests__/tsconfig.json @@ -0,0 +1,4 @@ +{ + "extends": "../../tsconfig.json", + "include": [".", "../."] +} |
