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