Skip to content
Snippets Groups Projects
Commit 45e4534f authored by Alex's avatar Alex
Browse files

config: allow any for ts

parent a03c2650
No related branches found
No related tags found
No related merge requests found
Pipeline #14152 passed
......@@ -4,7 +4,7 @@ import { Uri } from 'vscode';
// eslint-disable-next-line @typescript-eslint/no-var-requires
const marked = require('marked');
import keycloakManager from './keycloakManager';
import keycloakManager from './keycloakManager.js';
import { USER_CHALLENGE_PATH, KEYCLOAK_CONFIG_PATH } from './config';
interface UserChallengeConfig {
......
......@@ -6,7 +6,8 @@
"outDir": "out",
"sourceMap": true,
"strict": true,
"rootDir": "src"
"rootDir": "src",
"noImplicitAny": false
},
"exclude": ["node_modules", ".vscode-test"]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment