mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Remove comments in JSON, disable sourceMap
Signed-off-by: Hung-Han (Henry) Chen <1474479+chenhunghan@users.noreply.github.com>
This commit is contained in:
parent
5576af0ba4
commit
50d46d05f2
@ -2,8 +2,8 @@
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"module": "CommonJS",
|
||||
"declaration": true, // should output .d.ts
|
||||
"sourceMap": true, // for use with webpack's devtool: 'inline-source-map'
|
||||
"outDir": "./src/extensions/npm/extensions/dist" // where .d.ts output
|
||||
"declaration": true,
|
||||
"sourceMap": false,
|
||||
"outDir": "./src/extensions/npm/extensions/dist"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user