1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/tsconfig.extensions.json
Jari Kolehmainen 52c4861e76 cleanup
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-11-16 12:26:35 +02:00

12 lines
194 B
JSON

{
"extends": "./tsconfig.json",
"files": [
"src/extensions/extension-api.ts",
],
"compilerOptions": {
"module": "CommonJS",
"sourceMap": false,
"declaration": true
}
}