small fixes
This commit is contained in:
6
packages/react-docs-example/ts/globals.d.ts
vendored
Normal file
6
packages/react-docs-example/ts/globals.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
declare module '*.json' {
|
||||
const json: any;
|
||||
/* tslint:disable */
|
||||
export default json;
|
||||
/* tslint:enable */
|
||||
}
|
Reference in New Issue
Block a user