We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a13d625 commit a25d0cdCopy full SHA for a25d0cd
package.json
@@ -19,7 +19,7 @@
19
"test": "pnpm run test:rust && CI=true pnpm run test:math && CI=true pnpm run test:conformance && pnpm run build",
20
"build": "node --stack-size=8100 --max-old-space-size=4096 --max-semi-space-size=4096 ./node_modules/typescript/lib/tsc",
21
"build:trace": "pnpm run build --generateTrace trace",
22
- "build:force": "MICHIGAN_TYPESCRIPT=true time tsc --project tsconfig.force.json"
+ "build:force": "MICHIGAN_TYPESCRIPT=true time tsc --incremental false --tsBuildInfoFile null --generateCpuProfile tsc-output.cpuprofile"
23
},
24
"dependencies": {
25
"@biomejs/biome": "^1.9.3",
tsconfig.force.json
0 commit comments