/
githubmirror
/
amphtml
Обзор
Документация
Войти
/
githubmirror
/
amphtml
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tsconfig.base.json
56 строк
1 KB
Daniel Rozenberg
🏗 Update Preact and TypeScript dependencies (#39252)
14 июл 2023, 16:08
Не верифицирован
14 июл 2023, 16:08
afb2cf7
Код
Авторство
О чём код?
{ "compilerOptions": { "allowJs": true, "checkJs": true, "noEmit": true, "downlevelIteration": true, "target": "esnext", "moduleResolution": "node", "strictNullChecks": true, "noImplicitAny": true, "isolatedModules": true, "lib": ["dom", "esnext", "es6"], "jsx": "preserve", "paths": { "#3p/*": ["./3p/*"], "#ads/*": ["./ads/*"], "#build/*": ["./build/*"], "#bento/*": ["./src/bento/*"], "#builtins/*": ["./src/builtins/*"], "#compiler": ["./src/compiler"], "#compiler/*": ["./src/compiler/*"], "#core/*": ["./src/core/*"], "#experiments": ["./src/experiments"], "#experiments/*": ["./src/experiments/*"], "#inabox/*": ["./src/inabox/*"], "#polyfills": ["./src/polyfills"], "#polyfills/*": ["./src/polyfills/*"], "#preact": ["./src/preact"], "#preact/*": ["./src/preact/*"], "#purifier": ["./src/purifier"], "#purifier/*": ["./src/purifier/*"], "#service": ["./src/service"], "#service/*": ["./src/service/*"], "#utils": ["./src/utils"], "#utils/*": ["./src/utils/*"], "#test/*": ["./test/*"], "#testing/*": ["./testing/*"], "#third_party/*": ["./third_party/*"], "preact/dom": ["./src/preact/preact-dom.ts"] } }, "exclude": [ "**/build/**", "**/dist/**", "**/dist.*/**", "**/node_modules/**", "**/third_party/**", "**/*.extern.js" ] }