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.
2 parents 5408ad4 + 262a174 commit 21303cbCopy full SHA for 21303cb
packages/web-scripts/src/Tasks/BuildTask.ts
@@ -69,6 +69,8 @@ async function buildCJS(task: BuildTaskDesc): Promise<string> {
69
const cmd = 'npx';
70
const args = [
71
'tsc',
72
+ '--declaration',
73
+ 'false',
74
'--allowJs',
75
'--outDir',
76
'cjs',
@@ -86,6 +88,8 @@ async function buildESM(task: BuildTaskDesc): Promise<string> {
86
88
87
89
90
91
92
93
94
95
'esm',
0 commit comments