diff options
| author | Fuwn <[email protected]> | 2020-12-14 23:21:39 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2020-12-14 23:21:39 -0800 |
| commit | 823344c19094680e80e2b56449a243e183db8b06 (patch) | |
| tree | 92277700547ea671331828caa258ace7aaaa46d5 /apps/me-e2e/tsconfig.json | |
| parent | repo: angular (diff) | |
| download | me-823344c19094680e80e2b56449a243e183db8b06.tar.xz me-823344c19094680e80e2b56449a243e183db8b06.zip | |
:star:
Diffstat (limited to 'apps/me-e2e/tsconfig.json')
| -rw-r--r-- | apps/me-e2e/tsconfig.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/me-e2e/tsconfig.json b/apps/me-e2e/tsconfig.json new file mode 100644 index 0000000..7d1e139 --- /dev/null +++ b/apps/me-e2e/tsconfig.json @@ -0,0 +1,13 @@ +{ + "extends": "../../tsconfig.json", + "compilerOptions": { + "outDir": "../../dist/out-tsc", + "module": "commonjs", + "target": "es2018", + "types": [ + "jasmine", + "jasminewd2", + "node" + ] + } +} |