Skip to content

Commit 80037c9

Browse files
committed
(simatec) Fix npm publish
1 parent 884a8b5 commit 80037c9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
"**/*.d.ts"
3131
],
3232
"exclude": [
33-
"node_modules/**",
3433
"src-admin/**/*",
3534
"src/**/*",
3635
"admin/**/*",
@@ -50,5 +49,8 @@
5049
"admin/words.js",
5150
"admin/admin.d.ts",
5251
"**/adapter-config.d.ts",
52+
"docs/**/*",
53+
"lib/**/*",
54+
"main.js"
5355
]
5456
}

0 commit comments

Comments
 (0)