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": ".",
|
"baseUrl": ".",
|
||||||
"jsx": "react",
|
"jsx": "react",
|
||||||
"target": "ES2019",
|
"target": "ES2019",
|
||||||
"module": "ESNext",
|
"module": "CommonJS",
|
||||||
"lib": [
|
"lib": [
|
||||||
"ESNext",
|
"ESNext",
|
||||||
"DOM",
|
"DOM",
|
||||||
@ -33,10 +33,10 @@
|
|||||||
"name": "typescript-plugin-css-modules"
|
"name": "typescript-plugin-css-modules"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"emitDeclarationOnly": true,
|
|
||||||
"noEmitOnError": true,
|
"noEmitOnError": true,
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
"declarationDir": "./src/extensions/npm/extensions/dist",
|
"declarationDir": "./src/extensions/npm/extensions/dist",
|
||||||
|
"outDir": "./src/extensions/npm/extensions/dist"
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"types/*.d.ts",
|
"types/*.d.ts",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user