diff --git a/tsconfig.json b/tsconfig.json index 93bee6d..b5e5e9d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,6 +3,8 @@ "include": ["./src/tcgdex.node.ts"], "compilerOptions": { + "target": "ES2015", + "declaration": true, "declarationDir": "./dist/types",