We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ded37df commit 745f979Copy full SHA for 745f979
package.json
@@ -24,7 +24,10 @@
24
"test": "npm run build && npx jest",
25
"prep": "npm run build && npm run test && npm run prettier"
26
},
27
- "files": ["dist", "typings"],
+ "files": [
28
+ "dist",
29
+ "typings"
30
+ ],
31
"repository": {
32
"type": "git",
33
"url": "git+https://github.com/Elitezen/open-trivia-db-wrapper.git"
tsconfig.json
@@ -6,6 +6,7 @@
6
"outDir": "./dist",
7
"strict": true,
8
9
+ "include": ["src/", "index.ts"],
10
"exclude": [
11
"node_modules/",
12
"dist/"
0 commit comments