Files
backstage/plugins/lighthouse/tsconfig.json
T
2020-04-08 12:20:20 -04:00

9 lines
148 B
JSON

{
"extends": "../../tsconfig.json",
"include": ["src"],
"compilerOptions": {
"resolveJsonModule": true,
"esModuleInterop": true
}
}