diff --git a/src/index.ts b/src/index.ts new file mode 100644 index 0000000..261b3a4 --- /dev/null +++ b/src/index.ts @@ -0,0 +1,2 @@ +export * from './getters'; +export * from './runOsquery'; \ No newline at end of file diff --git a/tsconfig.json b/tsconfig.json index f6836b5..da43410 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,8 @@ "outDir": "dist", "rootDir": "src", "strict": true, - "esModuleInterop": true + "esModuleInterop": true, + "declaration": true, }, "exclude": [ "node_modules",