_comuns/tsconfig.types.json
2024-05-07 09:27:49 -03:00

8 lines
No EOL
167 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./dist-types",
"declaration": true,
"emitDeclarationOnly": true
}
}