mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-13 04:53:06 +00:00
added hal serializer
This commit is contained in:
7
src/typings.d.ts
vendored
7
src/typings.d.ts
vendored
@@ -71,3 +71,10 @@ interface WebpackRequire {
|
||||
interface NodeRequire extends WebpackRequire { }
|
||||
interface NodeModule extends WebpackModule { }
|
||||
interface Global extends GlobalEnvironment { }
|
||||
|
||||
// Allows us to import json files in typescript
|
||||
// See https://hackernoon.com/import-json-into-typescript-8d465beded79#.88tfoy2df
|
||||
declare module "*.json" {
|
||||
const value: any;
|
||||
export default value;
|
||||
}
|
||||
|
Reference in New Issue
Block a user