Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
[TypeScript] Don't make the TS compiler auto-compile, and fix paths f…
Browse files Browse the repository at this point in the history
…rom build
  • Loading branch information
orta committed Feb 24, 2017
1 parent ef325fc commit 7ab4e46
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
10 changes: 5 additions & 5 deletions index.ios.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import Containers from './build/lib/containers'
import Components from './build/lib/components'
import Routes from './build/lib/relay/routes'
import Containers from './src/lib/containers'
import Components from './src/lib/components'
import Routes from './src/lib/relay/routes'

import './build/lib/relay/config'
import './build/lib/app_registry'
import './src/lib/relay/config'
import './src/lib/app_registry'

export default {
Containers,
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@
"build",
"index.ios.js",
"**/__mocks__"
],
"compileOnSave": true
]
}

0 comments on commit 7ab4e46

Please sign in to comment.