Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
dangowans committed Jun 27, 2024
1 parent 7da63ea commit 86b82d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/config.base.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import type { Config } from '../types/configTypes';
import type { Config } from '../types/configTypes.js';
export declare const config: Config;
export default config;
2 changes: 1 addition & 1 deletion data/config.base.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Config } from '../types/configTypes'
import type { Config } from '../types/configTypes.js'

export const config: Config = {
application: {},
Expand Down

0 comments on commit 86b82d8

Please sign in to comment.