1
0
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:
Hung-Han (Henry) Chen 2020-11-25 14:59:39 +08:00
parent 5576af0ba4
commit 50d46d05f2
No known key found for this signature in database
GPG Key ID: A28B7834EFA73792

View File

@ -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"
}
}