Remove typescript-config package

This commit is contained in:
Jason Reed
2020-07-14 12:02:51 -04:00
parent 657df5e07d
commit f0055910c1
7 changed files with 2 additions and 76 deletions

View File

@@ -2,7 +2,6 @@ dependencies:
'@microsoft/node-core-library': 3.13.0
'@microsoft/rush-lib': 5.20.0
'@rush-temp/codeql-gulp-tasks': 'file:projects/codeql-gulp-tasks.tgz'
'@rush-temp/typescript-config': 'file:projects/typescript-config.tgz'
'@rush-temp/vscode-codeql': 'file:projects/vscode-codeql.tgz'
'@types/chai': 4.2.11
'@types/chai-as-promised': 7.1.2
@@ -7990,16 +7989,9 @@ packages:
dev: false
name: '@rush-temp/codeql-gulp-tasks'
resolution:
integrity: sha512-VdaBVV0JiXUYF9fe/mQ5WdbkIAjDfp1/cf35hhmNvfuSwplDtHwvx9bCrbZZ6yElnXSE3jJ04Q4HFEAzxxNYPw==
integrity: sha512-5vkeCb4kskIzpkWJf/NwBbyaCHROISAw/V7G4sTppMZjH5uuvcZeoiKa8QDD0n2cRg8bf0I7MAXow7+/aMBM5g==
tarball: 'file:projects/codeql-gulp-tasks.tgz'
version: 0.0.0
'file:projects/typescript-config.tgz':
dev: false
name: '@rush-temp/typescript-config'
resolution:
integrity: sha512-qJbtY2jvt6LKkmUt/seiYyXSEB6Oip/rW+SxofQEnpyplgIQv7whTZb6g5pwlSLGl8goTaQFm4NfazKhFmxXvQ==
tarball: 'file:projects/typescript-config.tgz'
version: 0.0.0
'file:projects/vscode-codeql.tgz':
dependencies:
'@types/chai': 4.2.11
@@ -8081,7 +8073,7 @@ packages:
dev: false
name: '@rush-temp/vscode-codeql'
resolution:
integrity: sha512-OY56IxlQ6n13pIkGoNB1XKLRCNrXalmVhvdB+dHR46QgAAzquskFURs+ZVZjFptVSjtrlFqkFKZUtAdNdwD5xQ==
integrity: sha512-DkZNileOUCp6+Bc88A6H0i2+q0b3hEf0W5WK2pVqo3Rpq7DfVcb9LHchkKE5FFl9Ne9/UEe6IvsH2OAexPv5Lw==
tarball: 'file:projects/vscode-codeql.tgz'
version: 0.0.0
registry: ''
@@ -8089,7 +8081,6 @@ specifiers:
'@microsoft/node-core-library': ~3.13.0
'@microsoft/rush-lib': ~5.20.0
'@rush-temp/codeql-gulp-tasks': 'file:./projects/codeql-gulp-tasks.tgz'
'@rush-temp/typescript-config': 'file:./projects/typescript-config.tgz'
'@rush-temp/vscode-codeql': 'file:./projects/vscode-codeql.tgz'
'@types/chai': ^4.1.7
'@types/chai-as-promised': ~7.1.2

View File

@@ -1,30 +0,0 @@
{
"compilerOptions": {
"declaration": true,
"module": "commonjs",
"target": "es2017",
"outDir": "out",
"lib": [
"es6"
],
"moduleResolution": "node",
"sourceMap": true,
"rootDir": "../../src",
"strictNullChecks": true,
"noFallthroughCasesInSwitch": true,
"preserveWatchOutput": true,
"newLine": "lf",
"noImplicitReturns": true,
"experimentalDecorators": true,
"noUnusedLocals": true,
"noUnusedParameters": true
},
"include": [
"../../src/**/*.ts"
],
"exclude": [
"../../node_modules",
"../../test",
"../../**/view"
]
}

View File

@@ -1,8 +0,0 @@
{
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "./common.tsconfig.json",
"compilerOptions": {
"declaration": false,
"strict": true
}
}

View File

@@ -1,4 +0,0 @@
{
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "./common.tsconfig.json"
}

View File

@@ -1,18 +0,0 @@
{
"name": "typescript-config",
"description": "TypeScript configurations",
"author": "GitHub",
"private": true,
"version": "0.0.1",
"publisher": "GitHub",
"repository": {
"type": "git",
"url": "https://github.com/github/vscode-codeql"
},
"scripts": {
"build": "",
"format": ""
},
"devDependencies": {},
"dependencies": {}
}

View File

@@ -26,10 +26,6 @@
},
"variants": [],
"projects": [
{
"packageName": "typescript-config",
"projectFolder": "configs/typescript-config"
},
{
"packageName": "@github/codeql-gulp-tasks",
"projectFolder": "tools/build-tasks",

View File

@@ -45,7 +45,6 @@
"@types/through2": "~2.0.34",
"@types/vinyl": "~2.0.3",
"typescript": "^3.7.2",
"typescript-config": "^0.0.1",
"typescript-formatter": "^7.2.2"
}
}