Skip to content

Commit

Permalink
Revert "enable incremental typescript builds (#1671)"
Browse files Browse the repository at this point in the history
This reverts commit 3a884db.
  • Loading branch information
Jason3S committed Sep 12, 2021
1 parent ca532ba commit 65664b2
Show file tree
Hide file tree
Showing 28 changed files with 18 additions and 83 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Expand Up @@ -72,7 +72,4 @@ typings/
# Do not check sensitive files.
.coveralls.yml

# typescript incremental builds cache
.tsbuildinfo

# cspell:ignore pids jscoverage wscript jspm dotenv eslintcache
4 changes: 1 addition & 3 deletions packages/cspell-bundled-dicts/tsconfig.json
Expand Up @@ -60,8 +60,6 @@
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
/* Advanced Options */
"skipLibCheck": true, /* Skip type checking of declaration files. */
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */,
"incremental": true,
"tsBuildInfoFile": "./.tsbuildinfo"
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
}
}
4 changes: 1 addition & 3 deletions packages/cspell-dynamic-loader/tsconfig.json
Expand Up @@ -19,9 +19,7 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"outDir": "dist",
"forceConsistentCasingInFileNames": true,
"incremental": true,
"tsBuildInfoFile": "./.tsbuildinfo"
"forceConsistentCasingInFileNames": true
},
"include": [
"src/**/*.ts",
Expand Down
3 changes: 0 additions & 3 deletions packages/cspell-glob/.npmignore
Expand Up @@ -22,6 +22,3 @@
tsconfig.json
jest.config.js
*.log

# typescript incremental builds cache
.tsbuildinfo
4 changes: 1 addition & 3 deletions packages/cspell-glob/tsconfig.json
Expand Up @@ -13,9 +13,7 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"outDir": "dist",
"forceConsistentCasingInFileNames": true,
"incremental": true,
"tsBuildInfoFile": "./.tsbuildinfo"
"forceConsistentCasingInFileNames": true
},
"include": [
"src/**/*.ts",
Expand Down
3 changes: 0 additions & 3 deletions packages/cspell-io/.npmignore
Expand Up @@ -22,6 +22,3 @@
tsconfig.json
jest.config.js
*.log

# typescript incremental builds cache
.tsbuildinfo
4 changes: 1 addition & 3 deletions packages/cspell-io/tsconfig.json
Expand Up @@ -16,9 +16,7 @@
"forceConsistentCasingInFileNames": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"outDir": "dist",
"incremental": true,
"tsBuildInfoFile": "./.tsbuildinfo"
"outDir": "dist"
},
"include": [
"src"
Expand Down
3 changes: 0 additions & 3 deletions packages/cspell-lib/.npmignore
Expand Up @@ -4,6 +4,3 @@ __mocks__
**/*.test.*
**/*.spec.*
**/*.map

# typescript incremental builds cache
.tsbuildinfo
4 changes: 1 addition & 3 deletions packages/cspell-lib/tsconfig.json
Expand Up @@ -14,9 +14,7 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"outDir": "dist",
"forceConsistentCasingInFileNames": true,
"incremental": true,
"tsBuildInfoFile": "./.tsbuildinfo"
"forceConsistentCasingInFileNames": true
},
"include": [
"src/**/*.ts",
Expand Down
3 changes: 0 additions & 3 deletions packages/cspell-tools/.npmignore
Expand Up @@ -22,6 +22,3 @@
tsconfig.json
jest.config.js
*.log

# typescript incremental builds cache
.tsbuildinfo
4 changes: 1 addition & 3 deletions packages/cspell-tools/tsconfig.json
Expand Up @@ -11,9 +11,7 @@
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"outDir": "dist",
"incremental": true,
"tsBuildInfoFile": "./.tsbuildinfo"
"outDir": "dist"
},
"include": [
"src"
Expand Down
3 changes: 0 additions & 3 deletions packages/cspell-trie-lib/.npmignore
Expand Up @@ -22,6 +22,3 @@
tsconfig.json
jest.config.js
*.log

# typescript incremental builds cache
.tsbuildinfo
4 changes: 1 addition & 3 deletions packages/cspell-trie-lib/tsconfig.json
Expand Up @@ -13,9 +13,7 @@
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"outDir": "dist",
"incremental": true,
"tsBuildInfoFile": "./.tsbuildinfo"
"outDir": "dist"
},
"include": [
"src"
Expand Down
3 changes: 0 additions & 3 deletions packages/cspell-trie/.npmignore
Expand Up @@ -22,6 +22,3 @@
tsconfig.json
jest.config.js
*.log

# typescript incremental builds cache
.tsbuildinfo
4 changes: 1 addition & 3 deletions packages/cspell-trie/tsconfig.json
Expand Up @@ -13,9 +13,7 @@
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"outDir": "dist",
"incremental": true,
"tsBuildInfoFile": "./.tsbuildinfo"
"outDir": "dist"
},
"include": [
"src"
Expand Down
3 changes: 0 additions & 3 deletions packages/cspell-trie2-lib/.npmignore
Expand Up @@ -22,6 +22,3 @@
tsconfig.json
jest.config.js
*.log

# typescript incremental builds cache
.tsbuildinfo
4 changes: 1 addition & 3 deletions packages/cspell-trie2-lib/tsconfig.json
Expand Up @@ -13,9 +13,7 @@
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"outDir": "dist",
"incremental": true,
"tsBuildInfoFile": "./.tsbuildinfo"
"outDir": "dist"
},
"include": [
"src"
Expand Down
4 changes: 1 addition & 3 deletions packages/cspell-types/tsconfig.json
Expand Up @@ -19,9 +19,7 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"outDir": "dist",
"forceConsistentCasingInFileNames": true,
"incremental": true,
"tsBuildInfoFile": "./.tsbuildinfo"
"forceConsistentCasingInFileNames": true
},
"include": [
"src/**/*.ts",
Expand Down
3 changes: 0 additions & 3 deletions packages/cspell/.npmignore
Expand Up @@ -4,6 +4,3 @@ __mocks__
**/*.test.*
**/*.spec.*
**/*.map

# typescript incremental builds cache
.tsbuildinfo
4 changes: 1 addition & 3 deletions packages/cspell/tsconfig.json
Expand Up @@ -19,9 +19,7 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"outDir": "dist",
"forceConsistentCasingInFileNames": true,
"incremental": true,
"tsBuildInfoFile": "./.tsbuildinfo"
"forceConsistentCasingInFileNames": true
},
"include": [
"src/**/*.ts",
Expand Down
2 changes: 0 additions & 2 deletions packages/hunspell-reader/.npmignore
Expand Up @@ -12,5 +12,3 @@ tsconfig.json
tslint.json
typings.json

# typescript incremental builds cache
.tsbuildinfo
4 changes: 1 addition & 3 deletions packages/hunspell-reader/tsconfig.json
Expand Up @@ -15,9 +15,7 @@
"preserveConstEnums": false,
"outDir": "dist",
"lib": ["dom", "dom.iterable", "es2015"],
"forceConsistentCasingInFileNames": true,
"incremental": true,
"tsBuildInfoFile": "./.tsbuildinfo"
"forceConsistentCasingInFileNames": true
},
"exclude": ["node_modules", "dist"]
}
4 changes: 1 addition & 3 deletions test-packages/test-cspell-glob/tsconfig.json
Expand Up @@ -16,9 +16,7 @@
"forceConsistentCasingInFileNames": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"outDir": "dist",
"incremental": true,
"tsBuildInfoFile": "./.tsbuildinfo"
"outDir": "dist"
},
"include": [
"src"
Expand Down
4 changes: 1 addition & 3 deletions test-packages/test-cspell-io/tsconfig.json
Expand Up @@ -16,9 +16,7 @@
"forceConsistentCasingInFileNames": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"outDir": "dist",
"incremental": true,
"tsBuildInfoFile": "./.tsbuildinfo"
"outDir": "dist"
},
"include": [
"src"
Expand Down
4 changes: 1 addition & 3 deletions test-packages/test-cspell-lib-webpack/tsconfig.json
Expand Up @@ -16,9 +16,7 @@
"forceConsistentCasingInFileNames": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"outDir": "dist",
"incremental": true,
"tsBuildInfoFile": "./.tsbuildinfo"
"outDir": "dist"
},
"include": [
"src"
Expand Down
4 changes: 1 addition & 3 deletions test-packages/test-cspell-lib/tsconfig.json
Expand Up @@ -16,9 +16,7 @@
"forceConsistentCasingInFileNames": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"outDir": "dist",
"incremental": true,
"tsBuildInfoFile": "./.tsbuildinfo"
"outDir": "dist"
},
"include": [
"src"
Expand Down
4 changes: 1 addition & 3 deletions test-packages/test-cspell-tools/tsconfig.json
Expand Up @@ -16,9 +16,7 @@
"forceConsistentCasingInFileNames": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"outDir": "dist",
"incremental": true,
"tsBuildInfoFile": "./.tsbuildinfo"
"outDir": "dist"
},
"include": [
"src"
Expand Down
4 changes: 1 addition & 3 deletions test-packages/test-cspell/tsconfig.json
Expand Up @@ -16,9 +16,7 @@
"forceConsistentCasingInFileNames": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"outDir": "dist",
"incremental": true,
"tsBuildInfoFile": "./.tsbuildinfo"
"outDir": "dist"
},
"include": [
"src"
Expand Down

0 comments on commit 65664b2

Please sign in to comment.