Skip to content

Commit eef5a4a

Browse files
committed
update config paths
1 parent af67797 commit eef5a4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/slackbot/rollup.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { umdConfig } from '@lg-tools/build/rollup.config.mjs';
1+
import { umdConfig } from '@lg-tools/build/config/rollup.config.mjs';
22

33
const config = {
44
...umdConfig,

tools/slackbot/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@lg-tools/build/package.tsconfig.json",
2+
"extends": "@lg-tools/build/config/package.tsconfig.json",
33
"compilerOptions": {
44
"declarationDir": "dist",
55
"outDir": "dist",

0 commit comments

Comments
 (0)