diff --git a/tsconfig.json b/tsconfig.json index d4bdce4..9ef9612 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,12 @@ "moduleResolution": "bundler", "allowImportingTsExtensions": true, "verbatimModuleSyntax": true, - "noEmit": true, + "emitDeclarationOnly": true, + "declaration": true, + "declarationDir": "./dist/types", + "outDir": "./dist/node", + "rootDir": "./src", + "declarationMap": true, // Best practices "strict": true,