Skip to content

Commit

Permalink
test: map coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatyang committed Feb 15, 2018
1 parent 6e60ff6 commit cefedcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tsconfig.checker.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "./tsconfig.json",
"include": ["tools/checker.ts"],
"compilerOptions": {
"outDir": "lib"
"outDir": "lib",
"inlineSourceMap": false
}
}
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"lib": ["es6"],
"module": "commonjs",
"rootDir": "tools",
"outDir": "build"
"outDir": "build",
"inlineSourceMap": true
},
"include": ["tools/**/*.ts"]
}

0 comments on commit cefedcc

Please sign in to comment.