/
githubmirror
/
nativefier
Обзор
Документация
Войти
/
githubmirror
/
nativefier
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tsconfig-base.json
15 строк
318 B
Adam Weeden
Update to Electron 25 (#1559)
25 авг 2023, 16:10
Не верифицирован
25 авг 2023, 16:10
64157c3
Код
Авторство
О чём код?
{ "compilerOptions": { "allowJs": false, "declaration": true, "esModuleInterop": true, "incremental": true, "module": "commonjs", "moduleResolution": "node", "noImplicitAny": true, "resolveJsonModule": true, "skipLibCheck": true, "sourceMap": true, "strict": true, }, }