exported AddLocationAttribute so that it can be used in other extensions
This commit is contained in:
parent
cd4fdfe9a0
commit
89db44584e
2
js/dist/forum.js
vendored
2
js/dist/forum.js
vendored
File diff suppressed because one or more lines are too long
2
js/dist/forum.js.map
vendored
2
js/dist/forum.js.map
vendored
File diff suppressed because one or more lines are too long
@ -62,3 +62,7 @@ app.initializers.add('justoverclock/users-map-location', () => {
|
|||||||
items.add('location', <AddLocationComponent />);
|
items.add('location', <AddLocationComponent />);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
export {
|
||||||
|
AddLocationComponent
|
||||||
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"extends": "flarum-tsconfig",
|
"extends": "flarum-tsconfig",
|
||||||
"include": ["src/**/*"],
|
"include": ["src/**/*", "../vendor/flarum/core/js/dist-typings/@types/**/*"],
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"declarationDir": "./dist-typings",
|
"declarationDir": "./dist-typings",
|
||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
|
Loading…
Reference in New Issue
Block a user