Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit f2f4d0c

Browse files
committed
not tsc test files
1 parent d952e12 commit f2f4d0c

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "todoist-rest-client",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "A simple todoist-rest-api client",
55
"author": "dubisdev",
66
"license": "MIT",
@@ -11,10 +11,7 @@
1111
"type": "module",
1212
"main": "dist/index.js",
1313
"module": "dist/index.js",
14-
"files": [
15-
"**/dist/*",
16-
"**/dist/!(__tests__)/**"
17-
],
14+
"files": [ "**/dist/**" ],
1815
"exports": {
1916
".": {
2017
"import": "./dist/index.js",

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,6 @@
9696
/* Completeness */
9797
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
9898
"skipLibCheck": true /* Skip type checking all .d.ts files. */
99-
}
99+
},
100+
"exclude": ["src/__tests__/**"]
100101
}

0 commit comments

Comments
 (0)