cleaning up the tsconfig files (#470)

* cleaning up the tsconfig files

* Change files
This commit is contained in:
Kenneth Chau 2022-11-01 13:38:56 -07:00 коммит произвёл GitHub
Родитель 632880c64a
Коммит d93ffd227f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
25 изменённых файлов: 124 добавлений и 197 удалений

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "cleaning up the tsconfig files",
"packageName": "@lage-run/cache",
"email": "kchau@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "cleaning up the tsconfig files",
"packageName": "@lage-run/cache-github-actions",
"email": "kchau@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "cleaning up the tsconfig files",
"packageName": "@lage-run/cli",
"email": "kchau@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "cleaning up the tsconfig files",
"packageName": "@lage-run/find-npm-client",
"email": "kchau@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "cleaning up the tsconfig files",
"packageName": "@lage-run/format-hrtime",
"email": "kchau@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "cleaning up the tsconfig files",
"packageName": "@lage-run/logger",
"email": "kchau@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "cleaning up the tsconfig files",
"packageName": "@lage-run/reporters",
"email": "kchau@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "cleaning up the tsconfig files",
"packageName": "@lage-run/scheduler",
"email": "kchau@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "cleaning up the tsconfig files",
"packageName": "@lage-run/scheduler-types",
"email": "kchau@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "cleaning up the tsconfig files",
"packageName": "@lage-run/target-graph",
"email": "kchau@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "cleaning up the tsconfig files",
"packageName": "@lage-run/worker-threads-pool",
"email": "kchau@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -1,20 +1,7 @@
{
"extends": "../tsconfig.lage2.json",
"compilerOptions": {
"target": "ES2017",
"module": "CommonJS",
"moduleResolution": "Node",
"declaration": true,
"lib": ["ES2017"],
"allowJs": true,
"outDir": "./lib",
"strict": true,
"noImplicitAny": false,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"noUnusedLocals": false,
"sourceMap": true
"outDir": "./lib"
},
"include": ["src"]
}

17
packages/cache/tsconfig.json поставляемый
Просмотреть файл

@ -1,20 +1,7 @@
{
"extends": "../tsconfig.lage2.json",
"compilerOptions": {
"target": "ES2017",
"module": "CommonJS",
"moduleResolution": "Node",
"declaration": true,
"lib": ["ES2017"],
"allowJs": true,
"outDir": "./lib",
"strict": true,
"noImplicitAny": false,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"noUnusedLocals": false,
"sourceMap": true
"outDir": "./lib"
},
"include": ["src"]
}

Просмотреть файл

@ -1,20 +1,7 @@
{
"extends": "../tsconfig.lage2.json",
"compilerOptions": {
"target": "ES2017",
"module": "CommonJS",
"moduleResolution": "Node",
"declaration": true,
"lib": ["ES2017"],
"allowJs": true,
"outDir": "./lib",
"strict": true,
"noImplicitAny": false,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"noUnusedLocals": false,
"sourceMap": true
"outDir": "./lib"
},
"include": ["src/cli.ts", "src/index.ts", "src/commands/**/*.ts"]
"include": ["src/**/*.ts", "src/index.ts"]
}

Просмотреть файл

@ -1,20 +1,7 @@
{
"extends": "../tsconfig.lage2.json",
"compilerOptions": {
"target": "ES2017",
"module": "CommonJS",
"moduleResolution": "Node",
"declaration": true,
"lib": ["ES2017"],
"allowJs": true,
"outDir": "./lib",
"strict": true,
"noImplicitAny": false,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"noUnusedLocals": false,
"sourceMap": true
"outDir": "./lib"
},
"include": ["src"]
}

Просмотреть файл

@ -1,20 +1,7 @@
{
"extends": "../tsconfig.lage2.json",
"compilerOptions": {
"target": "ES2017",
"module": "CommonJS",
"moduleResolution": "Node",
"declaration": true,
"lib": ["ES2017"],
"allowJs": true,
"outDir": "./lib",
"strict": true,
"noImplicitAny": false,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"noUnusedLocals": false,
"sourceMap": true
"outDir": "./lib"
},
"include": ["src/cli.ts", "src/index.ts"]
}

Просмотреть файл

@ -1,20 +1,7 @@
{
"extends": "../tsconfig.lage2.json",
"compilerOptions": {
"target": "ES2017",
"module": "CommonJS",
"moduleResolution": "Node",
"declaration": true,
"lib": ["ES2017"],
"allowJs": true,
"outDir": "./lib",
"strict": true,
"noImplicitAny": false,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"noUnusedLocals": false,
"sourceMap": true
"outDir": "./lib"
},
"include": ["src"]
}

Просмотреть файл

@ -1,20 +1,7 @@
{
"extends": "../tsconfig.lage2.json",
"compilerOptions": {
"target": "ES2017",
"module": "CommonJS",
"moduleResolution": "Node",
"declaration": true,
"lib": ["ES2017"],
"allowJs": true,
"outDir": "./lib",
"strict": true,
"noImplicitAny": false,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"noUnusedLocals": false,
"sourceMap": true
"outDir": "./lib"
},
"include": ["src"]
}

Просмотреть файл

@ -1,20 +1,7 @@
{
"extends": "../tsconfig.lage2.json",
"compilerOptions": {
"target": "ES2017",
"module": "CommonJS",
"moduleResolution": "Node",
"declaration": true,
"lib": ["ES2017"],
"allowJs": true,
"outDir": "./lib",
"strict": true,
"noImplicitAny": false,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"noUnusedLocals": false,
"sourceMap": true
"outDir": "./lib"
},
"include": ["src", "tests"]
"include": ["src"]
}

Просмотреть файл

@ -1,20 +1,7 @@
{
"extends": "../tsconfig.lage2.json",
"compilerOptions": {
"target": "ES2017",
"module": "CommonJS",
"moduleResolution": "Node",
"declaration": true,
"lib": ["ES2017"],
"allowJs": true,
"outDir": "./lib",
"strict": true,
"noImplicitAny": false,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"noUnusedLocals": false,
"sourceMap": true
"outDir": "./lib"
},
"include": ["src"]
}

Просмотреть файл

@ -1,20 +1,7 @@
{
"extends": "../tsconfig.lage2.json",
"compilerOptions": {
"target": "ES2017",
"module": "CommonJS",
"moduleResolution": "Node",
"declaration": true,
"lib": ["ES2017"],
"allowJs": true,
"outDir": "./lib",
"strict": true,
"noImplicitAny": false,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"noUnusedLocals": false,
"sourceMap": true
"outDir": "./lib"
},
"include": ["src"]
}

Просмотреть файл

@ -1,20 +1,7 @@
{
"extends": "../tsconfig.lage2.json",
"compilerOptions": {
"target": "ES2017",
"module": "CommonJS",
"moduleResolution": "Node",
"declaration": true,
"lib": ["ES2017"],
"allowJs": true,
"outDir": "./lib",
"strict": true,
"noImplicitAny": false,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"noUnusedLocals": false,
"sourceMap": true
"outDir": "./lib"
},
"include": ["src"]
}

Просмотреть файл

@ -1,20 +1,7 @@
{
"extends": "../tsconfig.lage2.json",
"compilerOptions": {
"target": "ES2017",
"module": "CommonJS",
"moduleResolution": "Node",
"declaration": true,
"lib": ["ES2017"],
"allowJs": true,
"outDir": "./lib",
"strict": true,
"noImplicitAny": false,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"noUnusedLocals": false,
"sourceMap": true
"outDir": "./lib"
},
"include": ["src"]
}

Просмотреть файл

@ -0,0 +1,19 @@
{
"compilerOptions": {
"target": "ES2017",
"module": "CommonJS",
"moduleResolution": "Node",
"declaration": true,
"lib": ["ES2017"],
"allowJs": true,
"strict": true,
"noImplicitAny": false,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"noUnusedLocals": false,
"sourceMap": true,
"typeRoots": ["../node_modules/@types", "../types", "node_modules/@types"]
}
}

Просмотреть файл

@ -1,20 +1,7 @@
{
"extends": "../tsconfig.lage2.json",
"compilerOptions": {
"target": "ES2017",
"module": "CommonJS",
"moduleResolution": "Node",
"declaration": true,
"lib": ["ES2017"],
"allowJs": true,
"outDir": "./lib",
"strict": true,
"noImplicitAny": false,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"noUnusedLocals": false,
"sourceMap": true
"outDir": "./lib"
},
"include": ["src"]
}