Skip to content

Commit bbb049d

Browse files
authored
Merge pull request #13 from SentienceAPI/fix_release2
fix release sync
2 parents 8c1af6b + 626d5a5 commit bbb049d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"esModuleInterop": true
1717
},
1818
"include": ["src/**/*"],
19-
"exclude": ["node_modules", "dist", "examples", "tests"],
19+
"exclude": ["node_modules", "dist", "examples", "tests", "src/extension"],
2020
"ts-node": {
2121
"compilerOptions": {
2222
"lib": ["ES2020", "DOM"]

0 commit comments

Comments
 (0)