files moved and removed

pull/142/head
aniket-engg 4 years ago committed by Aniket
parent 6ad5e32adb
commit beaccfe7dd
  1. 6
      .vscode/extensions.json
  2. 0
      CONTRIBUTING.md
  3. 0
      LICENSE
  4. 0
      gulpfile.js
  5. 0
      lerna.json
  6. 0
      release-process.md
  7. 0
      tools/schematics/.gitkeep
  8. 11
      tools/tsconfig.tools.json

@ -1,6 +0,0 @@
{
"recommendations": [
"ms-vscode.vscode-typescript-tslint-plugin",
"esbenp.prettier-vscode"
]
}

@ -1,11 +0,0 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../dist/out-tsc/tools",
"rootDir": ".",
"module": "commonjs",
"target": "es5",
"types": ["node"]
},
"include": ["**/*.ts"]
}
Loading…
Cancel
Save