Skip to content

Commit a34e6e6

Browse files
committed
Enable TS source maps in prod
1 parent e5bccf9 commit a34e6e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig-production.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"noImplicitAny": false,
66
"noImplicitReturns": true,
77
"noFallthroughCasesInSwitch": true,
8-
"sourceMap": false,
8+
"sourceMap": true,
99
"outDir": "dist/js",
1010
"noEmitOnError": false,
1111
"typeRoots": [ "node_modules/@types" ],
@@ -20,4 +20,4 @@
2020
"include": [
2121
"src/**/*"
2222
]
23-
}
23+
}

0 commit comments

Comments
 (0)