From beaccfe7ddf67625853131f5ffef4a770cbc5493 Mon Sep 17 00:00:00 2001 From: aniket-engg Date: Mon, 27 Jul 2020 16:31:20 +0530 Subject: [PATCH] files moved and removed --- .vscode/extensions.json | 6 ------ libs/CONTRIBUTING.md => CONTRIBUTING.md | 0 libs/LICENSE => LICENSE | 0 libs/gulpfile.js => gulpfile.js | 0 libs/lerna.json => lerna.json | 0 libs/release-process.md => release-process.md | 0 tools/schematics/.gitkeep | 0 tools/tsconfig.tools.json | 11 ----------- 8 files changed, 17 deletions(-) delete mode 100644 .vscode/extensions.json rename libs/CONTRIBUTING.md => CONTRIBUTING.md (100%) rename libs/LICENSE => LICENSE (100%) rename libs/gulpfile.js => gulpfile.js (100%) rename libs/lerna.json => lerna.json (100%) rename libs/release-process.md => release-process.md (100%) delete mode 100644 tools/schematics/.gitkeep delete mode 100644 tools/tsconfig.tools.json diff --git a/.vscode/extensions.json b/.vscode/extensions.json deleted file mode 100644 index 37d5544a20..0000000000 --- a/.vscode/extensions.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "recommendations": [ - "ms-vscode.vscode-typescript-tslint-plugin", - "esbenp.prettier-vscode" - ] -} diff --git a/libs/CONTRIBUTING.md b/CONTRIBUTING.md similarity index 100% rename from libs/CONTRIBUTING.md rename to CONTRIBUTING.md diff --git a/libs/LICENSE b/LICENSE similarity index 100% rename from libs/LICENSE rename to LICENSE diff --git a/libs/gulpfile.js b/gulpfile.js similarity index 100% rename from libs/gulpfile.js rename to gulpfile.js diff --git a/libs/lerna.json b/lerna.json similarity index 100% rename from libs/lerna.json rename to lerna.json diff --git a/libs/release-process.md b/release-process.md similarity index 100% rename from libs/release-process.md rename to release-process.md diff --git a/tools/schematics/.gitkeep b/tools/schematics/.gitkeep deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/tools/tsconfig.tools.json b/tools/tsconfig.tools.json deleted file mode 100644 index 82bd1f098d..0000000000 --- a/tools/tsconfig.tools.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "outDir": "../dist/out-tsc/tools", - "rootDir": ".", - "module": "commonjs", - "target": "es5", - "types": ["node"] - }, - "include": ["**/*.ts"] -}