Skip to content

Commit dce8c5b

Browse files
committed
chore: update TypeScript configuration in tsconfig.json
- Added "emitDeclarationOnly" option to tsconfig.json to optimize the TypeScript build process by generating only declaration files.
1 parent 9fa413c commit dce8c5b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/components/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"strict": true,
1515
"esModuleInterop": true,
1616
"moduleResolution": "node",
17-
"allowImportingTsExtensions": true
17+
"allowImportingTsExtensions": true,
18+
"emitDeclarationOnly": true
1819
},
1920
"include": ["src"],
2021
"exclude": ["node_modules", "build"]

0 commit comments

Comments
 (0)