Files
shiny/srcts/build/external_libs_tsconfig.json
Winston Chang ffb6736f11 Don't add "use strict" to external libraries (#3746)
* Add missing var in loop

* `yarn build` (GitHub Actions)

Co-authored-by: wch <wch@users.noreply.github.com>
2022-12-06 14:17:36 -06:00

6 lines
85 B
JSON

{
"compilerOptions": {
"target": "ES5",
"alwaysStrict": false
}
}