mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Reenable generating of .js files for extension api package
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
2b9c2ad69e
commit
64ca7f9344
@ -3,7 +3,7 @@
|
||||
"baseUrl": ".",
|
||||
"jsx": "react",
|
||||
"target": "ES2019",
|
||||
"module": "ESNext",
|
||||
"module": "CommonJS",
|
||||
"lib": [
|
||||
"ESNext",
|
||||
"DOM",
|
||||
@ -33,10 +33,10 @@
|
||||
"name": "typescript-plugin-css-modules"
|
||||
}
|
||||
],
|
||||
"emitDeclarationOnly": true,
|
||||
"noEmitOnError": true,
|
||||
"declaration": true,
|
||||
"declarationDir": "./src/extensions/npm/extensions/dist",
|
||||
"outDir": "./src/extensions/npm/extensions/dist"
|
||||
},
|
||||
"include": [
|
||||
"types/*.d.ts",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user