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, 11 insertions, 0 deletions
diff --git a/examples/with-docker/apps/api/tsconfig.json b/examples/with-docker/apps/api/tsconfig.json
new file mode 100644
index 0000000..74f3de4
--- /dev/null
+++ b/examples/with-docker/apps/api/tsconfig.json
@@ -0,0 +1,11 @@
+{
+ "compilerOptions": {
+ "lib": ["ES2015"],
+ "module": "CommonJS",
+ "outDir": "./dist",
+ "rootDir": "./src"
+ },
+ "exclude": ["node_modules"],
+ "extends": "tsconfig/base.json",
+ "include": ["src"]
+}