github.com/zppinho/prow@v0.0.0-20240510014325-1738badeb017/cmd/deck/static/pr/tsconfig.json (about) 1 { 2 "extends": "../../../../tsconfig.json", 3 "include": [ 4 "pr.ts", 5 "../common/common.ts", 6 "../vendor.d.ts", 7 "../../../../node_modules/moment/moment.d.ts", 8 "../../../../node_modules/@types/gtag.js/index.d.ts", 9 "../api", 10 "../../../../node_modules/dialog-polyfill", 11 ], 12 }