Files
portalweb-api/tsconfig.json
eduardoestevao-appsoluti 41e56dda12 Atualização repositorio
2025-03-27 19:29:17 -03:00

16 lines
339 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"target": "es2017",
"sourceMap": true,
"outDir": "./dist",
"baseUrl": "./",
"incremental": true
}
}