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 /tools | |
| parent | repo: angular (diff) | |
| download | me-823344c19094680e80e2b56449a243e183db8b06.tar.xz me-823344c19094680e80e2b56449a243e183db8b06.zip | |
:star:
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/schematics/.gitkeep | 0 | ||||
| -rw-r--r-- | tools/tsconfig.tools.json | 11 |
2 files changed, 11 insertions, 0 deletions
diff --git a/tools/schematics/.gitkeep b/tools/schematics/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tools/schematics/.gitkeep diff --git a/tools/tsconfig.tools.json b/tools/tsconfig.tools.json new file mode 100644 index 0000000..5f6f15d --- /dev/null +++ b/tools/tsconfig.tools.json @@ -0,0 +1,11 @@ +{ + "extends": "../tsconfig.base.json", + "compilerOptions": { + "outDir": "../dist/out-tsc/tools", + "rootDir": ".", + "module": "commonjs", + "target": "es5", + "types": ["node"] + }, + "include": ["**/*.ts"] +} |