A bit faster project build and rebuild (#312)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev 2021-11-17 20:39:45 +07:00 committed by GitHub
parent 1d192074e4
commit 99ddd486a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -7,5 +7,7 @@
"sourceMap": true,
"resolveJsonModule": true,
"experimentalDecorators": true,
"skipLibCheck": true,
"incremental": true
}
}

View File

@ -6,6 +6,8 @@
"strict": true,
"sourceMap": true,
"resolveJsonModule": true,
"types": ["heft-jest"]
"types": ["heft-jest"],
"skipLibCheck": true,
"incremental": true
}
}