Skip to content

Commit d421a56

Browse files
committed
build(ts): remove incremental builds
You can't use incremental builds with the noEmit option so we are dropping it for now
1 parent 231f405 commit d421a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
/* Basic Options */
4-
"incremental": true /* Enable incremental compilation */,
4+
"incremental": false /* Enable incremental compilation */,
55
"target": "es2015" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */,
66
"module": "commonjs" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */,
77
"lib": [

0 commit comments

Comments
 (0)