_comuns/tsconfig-front.json

7 lines
109 B
JSON

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