/
githubmirror
/
hyper
Обзор
Документация
Войти
/
githubmirror
/
hyper
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
app/tsconfig.json
14 строк
298 B
Labhansh Agrawal
move typings into a separate directory
25 июл 2023, 13:04
25 июл 2023, 13:04
c62ed62
Код
Авторство
О чём код?
{ "extends": "../tsconfig.base.json", "compilerOptions": { "declarationDir": "../dist/tmp/appdts/", "outDir": "../target/", "noImplicitAny": false }, "include": [ "./**/*", "./package.json", "../typings/extend-electron.d.ts", "../typings/ext-modules.d.ts" ] }