_comuns/tsconfig-front.json
2025-07-04 22:51:57 -03:00

7 lines
109 B
JSON

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