fix import

deepsource-autofix-76c6eb20
Dan Gowans 2024-06-27 15:43:02 -04:00
parent 7da63ea3d5
commit 86b82d80de
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
import type { Config } from '../types/configTypes'; import type { Config } from '../types/configTypes.js';
export declare const config: Config; export declare const config: Config;
export default config; export default config;

View File

@ -1,4 +1,4 @@
import type { Config } from '../types/configTypes' import type { Config } from '../types/configTypes.js'
export const config: Config = { export const config: Config = {
application: {}, application: {},