We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af67797 commit eef5a4aCopy full SHA for eef5a4a
tools/slackbot/rollup.config.mjs
@@ -1,4 +1,4 @@
1
-import { umdConfig } from '@lg-tools/build/rollup.config.mjs';
+import { umdConfig } from '@lg-tools/build/config/rollup.config.mjs';
2
3
const config = {
4
...umdConfig,
tools/slackbot/tsconfig.json
@@ -1,5 +1,5 @@
{
- "extends": "@lg-tools/build/package.tsconfig.json",
+ "extends": "@lg-tools/build/config/package.tsconfig.json",
"compilerOptions": {
"declarationDir": "dist",
5
"outDir": "dist",
0 commit comments