KEYCLOAK-13379 added now excluded project files
This commit is contained in:
parent
3e82473a90
commit
4279f5b54f
2 changed files with 5 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
import {KeycloakLoginOptions, KeycloakError} from './keycloak.d';
|
||||
import {KeycloakLoginOptions, KeycloakError} from "../../../../../../../../../../adapters/oidc/js/src/main/resources/keycloak";
|
||||
|
||||
// keycloak.js downloaded in index.ftl
|
||||
declare function Keycloak(config?: string|{}): Keycloak.KeycloakInstance;
|
||||
|
|
|
@ -12,7 +12,10 @@
|
|||
"jsx": "react",
|
||||
"suppressImplicitAnyIndexErrors": true
|
||||
},
|
||||
"include": [
|
||||
"./**/*.ts?"
|
||||
],
|
||||
"files": [
|
||||
"../../../../../../../../adapters/oidc/js/src/main/resources/keycloak.d.ts"
|
||||
"../../../../../../../../adapters/oidc/js/src/main/resources/keycloak.d.ts",
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue