_comuns/tsconfig-front.json
2026-02-08 20:30:35 -03:00

7 lines
109 B
JSON
Executable file

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