Files
elettrotek/user-service/tsconfig.json
mauro-defilippo 63558973ff
Some checks failed
CI / main (push) Failing after 11s
third commit
2026-04-07 17:54:00 +02:00

14 lines
200 B
JSON

{
"extends": "../tsconfig.base.json",
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.app.json"
}
],
"compilerOptions": {
"esModuleInterop": true
}
}