From 12e33654d183889459d51e9f44c39e51cf7c3bb3 Mon Sep 17 00:00:00 2001 From: Shinigami Date: Mon, 24 Jan 2022 20:04:55 +0100 Subject: build: bundle with esbuild (#257) --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 168e5148..9f2fe64c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "rootDir": "src", - "outDir": "lib", + "outDir": "dist", "declaration": true, "esModuleInterop": true, "allowJs": true -- cgit v1.2.3