_comuns/tsconfig.import.json
2024-05-07 10:17:51 -03:00

7 lines
No EOL
128 B
JSON

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