_respostas/tsconfig-front.json
2024-06-04 13:16:34 -03:00

7 lines
109 B
JSON

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