1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/tsconfig.extensions.json
Hung-Han (Henry) Chen 50d46d05f2
Remove comments in JSON, disable sourceMap
Signed-off-by: Hung-Han (Henry) Chen <1474479+chenhunghan@users.noreply.github.com>
2020-11-26 13:08:15 +08:00

10 lines
191 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "CommonJS",
"declaration": true,
"sourceMap": false,
"outDir": "./src/extensions/npm/extensions/dist"
}
}