aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-docker/apps/api/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-docker/apps/api/tsconfig.json')
-rw-r--r--examples/with-docker/apps/api/tsconfig.json11
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/with-docker/apps/api/tsconfig.json b/examples/with-docker/apps/api/tsconfig.json
deleted file mode 100644
index 74f3de4..0000000
--- a/examples/with-docker/apps/api/tsconfig.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "compilerOptions": {
- "lib": ["ES2015"],
- "module": "CommonJS",
- "outDir": "./dist",
- "rootDir": "./src"
- },
- "exclude": ["node_modules"],
- "extends": "tsconfig/base.json",
- "include": ["src"]
-}