mcfly/packages/create-component/tsconfig.json
ayo 07bdc4c73d
feat: new create component package (#63)
- 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
2026-05-11 10:23:24 +02:00

10 lines
204 B
JSON

{
"extends": "../../tsconfig.base.json",
"include": ["src"],
"compilerOptions": {
"allowJs": true,
"emitDeclarationOnly": false,
"declarationDir": "./dist",
"outDir": "./dist"
}
}