- adds a new tool create-component for scaffolding a new web component - initially it is a fork of create-mcfly but using @ayo-run/web-component as default template, which scaffolds a new component powered by webcomponent.io
10 lines
204 B
JSON
10 lines
204 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"include": ["src"],
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"emitDeclarationOnly": false,
|
|
"declarationDir": "./dist",
|
|
"outDir": "./dist"
|
|
}
|
|
}
|