Skip to content

Instantly share code, notes, and snippets.

View doclaag's full-sized avatar

Luis Alonzo doclaag

View GitHub Profile
*{
min-width: 0;
font:inherit;
}
*,*::before,*::after{
box-sizing: border-box;
}
img,video,svg{
@doclaag
doclaag / gist:e40a9d532fa2f7119691245de90cbccb
Created November 1, 2023 04:09
TSConfig para paquetes de NPM
{
"compilerOptions": {
// Para archivos de declaraciones
"outDir": "dist",
"target": "ES2020",
"declaration": true,
"allowJs": true,
"emitDeclarationOnly": false,
"declarationMap": false,