Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Kc committed Jul 26, 2023
1 parent 1e52046 commit a8707d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export * from './getters';
export * from './runOsquery';
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"outDir": "dist",
"rootDir": "src",
"strict": true,
"esModuleInterop": true
"esModuleInterop": true,
"declaration": true,
},
"exclude": [
"node_modules",
Expand Down

0 comments on commit a8707d1

Please sign in to comment.