-
Notifications
You must be signed in to change notification settings - Fork 231
Open
Description
Hello,
every time I change one of the typescript files, it takes about 20 seconds to compile. I am currently using the following tsconfig.json configuration:
{
"compilerOptions": {
"target": "es2019",
"outDir": ".build",
"moduleResolution": "node",
"lib": ["es2019"],
"rootDir": "./",
"baseUrl": "./src",
},
"include": ["src/**/*.ts"],
"exclude": ["src/**/*.test.ts"]
}
Any reason why the compilation times are so slow?
ethanwe, aalimovs, deanhamilton11, tavour-kyle, Teppichseite and 13 moreLaszloDev, gbernalmulti, JeanDomingues and danielvaroto
Metadata
Metadata
Assignees
Labels
No labels