diff --git a/app/scripts/modules/amazon/tsconfig.json b/app/scripts/modules/amazon/tsconfig.json index 2c153ce38e0..ea2d0769097 100644 --- a/app/scripts/modules/amazon/tsconfig.json +++ b/app/scripts/modules/amazon/tsconfig.json @@ -27,6 +27,7 @@ "rootDir": "./src", "skipLibCheck": true, "sourceMap": true, + "inlineSources": true, "strictNullChecks": false, // should really get to a place where we can turn this on "target": "es6", "typeRoots": [ diff --git a/app/scripts/modules/core/src/serverGroup/ServerGroup.tsx b/app/scripts/modules/core/src/serverGroup/ServerGroup.tsx index c8174d05177..6e8b0a77783 100644 --- a/app/scripts/modules/core/src/serverGroup/ServerGroup.tsx +++ b/app/scripts/modules/core/src/serverGroup/ServerGroup.tsx @@ -1,7 +1,7 @@ import * as React from 'react'; import * as ReactGA from 'react-ga'; import { has, get } from 'lodash'; -import classNames = require('classnames'); +import * as classNames from 'classnames'; import { BindAll } from 'lodash-decorators'; import { Subscription } from 'rxjs/Subscription'; diff --git a/app/scripts/modules/core/tsconfig.json b/app/scripts/modules/core/tsconfig.json index 2e046405bd6..feb590dd751 100644 --- a/app/scripts/modules/core/tsconfig.json +++ b/app/scripts/modules/core/tsconfig.json @@ -26,7 +26,8 @@ "removeComments": false, "rootDir": "./src", "skipLibCheck": true, - "sourceMap": false, + "sourceMap": true, + "inlineSources": true, "strictNullChecks": false, // should really get to a place where we can turn this on "target": "es6", "typeRoots": [ diff --git a/app/scripts/modules/docker/tsconfig.json b/app/scripts/modules/docker/tsconfig.json index 983973e7ab6..cf0a5f5bde7 100644 --- a/app/scripts/modules/docker/tsconfig.json +++ b/app/scripts/modules/docker/tsconfig.json @@ -27,6 +27,7 @@ "rootDir": "./src", "skipLibCheck": true, "sourceMap": true, + "inlineSources": true, "strictNullChecks": false, // should really get to a place where we can turn this on "target": "es6", "typeRoots": [ diff --git a/app/scripts/modules/google/tsconfig.json b/app/scripts/modules/google/tsconfig.json index 9e3a471910c..67c2369a2f8 100644 --- a/app/scripts/modules/google/tsconfig.json +++ b/app/scripts/modules/google/tsconfig.json @@ -26,7 +26,8 @@ "removeComments": false, "rootDir": "./src", "skipLibCheck": true, - "sourceMap": false, + "sourceMap": true, + "inlineSources": true, "strictNullChecks": false, "target": "es6", "typeRoots": [