/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v22.0.4
tools/example-module/tsconfig.json
13 строк
248 B
Paul Gschwendtner
build: switch devmode output to ES2020 and ESM
08 окт 2021, 00:10
08 окт 2021, 00:10
8875305
Код
Авторство
О чём код?
{ "compilerOptions": { "lib": ["es2020"], "module": "commonjs", "esModuleInterop": true, "target": "es2020", "sourceMap": true, "types": ["node"] }, "bazelOptions": { "suppressTsconfigOverrideWarnings": true } }