Skip to content

Commit c62975e

Browse files
committed
chore(general): allow js file
1 parent c7fb4b8 commit c62975e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/library/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"extends": "../../tsconfig.json",
33
"compilerOptions": {
44
"baseUrl": ".",
5+
"allowJs": true,
56
"outDir": "./build",
67
"declaration": true,
78
"declarationDir": "./build",

0 commit comments

Comments
 (0)