1 parent 39fbd12 commit beafdf1Copy full SHA for beafdf1
2 files changed
packages/rstack/src/config.ts
@@ -71,7 +71,7 @@ export const define: Define = {
71
staged: (config) => setConfig('staged', config),
72
};
73
74
-export const loadRstackConfig = async () => {
+export const loadRstackConfig = async (): Promise<Configs> => {
75
await loadConfig({
76
loader: 'native',
77
exportName: false,
packages/rstack/tsconfig.json
@@ -6,6 +6,7 @@
6
"types": ["node"],
7
"lib": ["DOM", "ESNext"],
8
"declaration": true,
9
+ "isolatedDeclarations": true,
10
"isolatedModules": true,
11
"skipLibCheck": true,
12
"module": "nodenext",
0 commit comments