From 50e490998487a053d99f673a955197fbcb4309e3 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 4 May 2022 18:51:15 +0200 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/paths.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 4e3f0b9..89a53bc 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@gitzone/tsbundle', - version: '2.0.2', + version: '2.0.3', description: 'a bundler using rollup for painless bundling of web projects' } diff --git a/ts/paths.ts b/ts/paths.ts index 8282aac..8ac4d8a 100644 --- a/ts/paths.ts +++ b/ts/paths.ts @@ -8,4 +8,4 @@ export const packageDir = plugins.path.join( export const htmlDir = plugins.path.join(cwd, './html'); export const distServeDir = plugins.path.join(cwd, './dist_serve'); export const assetsDir = plugins.path.join(packageDir, 'assets'); -export const tsconfigPath = plugins.path.join(packageDir, './assets/tsconfig.json'); +export const tsconfigPath = plugins.path.join(assetsDir, './tsconfig.json');