diff --git a/tsconfig.json b/tsconfig.json index 677c5d1..7e1c51b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,15 +1,15 @@ { - "compilerOptions": { - "target": "ES6", // Specify ECMAScript target version - "module": "commonjs", // Specify module code generation - "strict": true, // Enable all strict type-checking options - "esModuleInterop": true, // Enable esModuleInterop - "skipLibCheck": true, // Skip type checking of declaration files - "forceConsistentCasingInFileNames": true // Disallow inconsistently-cased references to the same file - }, - "include": [ - "lib/**/*", // Include all .js files in the lib folder - "types/**/*" // Include all .d.ts files in the types folder - ] - } + "compilerOptions": { + "target": "ES6", + "module": "commonjs", + "strict": true, + "esModuleInterop": true, + "skipLibCheck": true, + "forceConsistentCasingInFileNames": true + }, + "include": [ + "lib/**/*", + "types/**/*" + ] +} \ No newline at end of file diff --git a/types/errsole.d.ts b/types/errsole.d.ts index ba46f00..a3e4f95 100644 --- a/types/errsole.d.ts +++ b/types/errsole.d.ts @@ -1,4 +1,4 @@ -declare module 'Errsole' { +declare module 'errsole' { interface Options { storage: any; port?: number;