Closed
Description
TypeScript Version: 3.9.1-rc
Search Terms:
Performance, Check Time
Steps
git clone --depth=1 https://github.com/ant-design/ant-design
cd ant-design
npm install --ignore-scripts
tsc --extendedDiagnostics --skipLibCheck --incremental false --pretty false -p tsconfig.json
5-run averages:
3.8.3: Check Time = 8.41s
3.9.1: Check Time = 9.65s (15% slower)