Skip to content

Commit 7514387

Browse files
nonaraRon Spickenagel
authored and
Ron Spickenagel
committed
build: Output sourcemaps
1 parent fa81a3a commit 7514387

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"compilerOptions": {
77
"rootDir": "src",
88
"outDir": "dist",
9-
"declaration": true
9+
"declaration": true,
10+
"sourceMap": true
1011
}
1112
}

0 commit comments

Comments
 (0)