KEYCLOAK-13379 added now excluded project files

This commit is contained in:
Erik Jan de Wit 2020-03-23 12:10:36 +01:00 committed by Stan Silvert
parent 3e82473a90
commit 4279f5b54f
2 changed files with 5 additions and 2 deletions

View file

@ -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;

View file

@ -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",
]
}