Skip to content

Commit 2c2bdfa

Browse files
committed
add sourcemaps
1 parent 9053e98 commit 2c2bdfa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/db/tsconfig.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
"noUnusedLocals": true,
1515
"noUnusedParameters": true,
1616
"noFallthroughCasesInSwitch": true,
17+
"sourceMap": true,
18+
"inlineSources": true,
19+
"declaration": true,
20+
"declarationMap": true,
1721
"paths": {
1822
"@/*": ["./src/*"]
1923
}

0 commit comments

Comments
 (0)