Files
reno-realworld-5/e2e/tsconfig.json
Scaffolder 8053e114cf initial commit
Change-Id: Ifa2442bb2e786af351ef5f575ca69828870c8b6e
2026-08-03 21:12:35 +00:00

14 lines
196 B
JSON

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