Skip to content

Commit

Permalink
expose common types on types package (#1822)
Browse files Browse the repository at this point in the history
  • Loading branch information
christianalfoni authored and SaraVieira committed Apr 30, 2019
1 parent afad5ad commit 3dacc14
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"esModuleInterop": true,
"baseUrl": "./",
"paths": {
"types": ["../common/src/types/index"],
"app/*": ["./src/app/*"],
"embed/*": ["./src/embed/*"],
"sandbox/*": ["./src/sandbox/*"]
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from 'react';
import { TemplateType } from './templates';
import { TemplateType } from '../templates';

export type ModuleError = {
message: string;
Expand Down

0 comments on commit 3dacc14

Please sign in to comment.