Skip to content

Commit

Permalink
Removed isolatedModules
Browse files Browse the repository at this point in the history
  • Loading branch information
schettino committed Feb 5, 2019
1 parent 93d7f93 commit 1a2a741
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion tsconfig.json
Expand Up @@ -27,7 +27,8 @@
"noEmit": true,
"resolveJsonModule": true,
"skipLibCheck": false,
"strict": true
"strict": true,
"isolatedModules": true
},
"include": [
"src"
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.test.json
@@ -1,7 +1,6 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "commonjs",
"isolatedModules": true
"module": "commonjs"
}
}

0 comments on commit 1a2a741

Please sign in to comment.