_comuns/tsconfig-front.json
2025-07-07 13:53:19 -03:00

9 lines
171 B
JSON

{
"extends": "./tsconfig",
"compilerOptions": {
"outDir": "./dist-import",
"emitDeclarationOnly": false,
"declaration": true,
"module": "ESNext"
}
}