Add sourcemap
This commit is contained in:
parent
a3bcaddabb
commit
bc1e95b012
|
@ -1,7 +1,8 @@
|
||||||
{
|
{
|
||||||
"extends": "../../tsconfig.build.json",
|
"extends": "../../tsconfig.build.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"outDir": "dist"
|
"outDir": "dist",
|
||||||
|
"sourceMap": true
|
||||||
},
|
},
|
||||||
"include": ["tests/**/*.js", "tests/**/*.ts"],
|
"include": ["tests/**/*.js", "tests/**/*.ts"],
|
||||||
"exclude": ["node_modules", "dist"]
|
"exclude": ["node_modules", "dist"]
|
||||||
|
|
Loading…
Reference in New Issue