lila/ui/tsconfig_module.base.json
Isaac Levy 25de98fbda Improve typescript sourcemaps
Inline sources allows browserify to sourcemap
back to original typescript. If you add the ui
folder to chrome, you can then edit ts files
and set ts breakpoints directly in the browser!
2019-07-31 11:34:54 -04:00

9 lines
148 B
JSON

{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"declaration": true,
"inlineSourceMap": true,
"inlineSources": true
}
}