autenticacao-drive/tsconfig-front.json
2025-07-06 18:35:12 -03:00

7 lines
109 B
JSON

{
"extends": "./tsconfig",
"compilerOptions": {
"outDir": "./dist-import",
"module": "ES6"
}
}