Files
backstage/scripts/tsconfig.json
T
Patrik Oldsberg 482256023b scripts: add api-extractor script that generates API reports and documentation
Co-authored-by: Gustaf Räntilä <g.rantila@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-04-26 20:42:32 +02:00

7 lines
89 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"module": "CommonJS"
}
}