/
githubmirror
/
amphtml
Обзор
Документация
Войти
/
githubmirror
/
amphtml
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
build-system/tsconfig.json
41 строка
861 B
Daniel Rozenberg
Remove the `amp performance` task (#39030)
31 май 2023, 22:24
Не верифицирован
31 май 2023, 22:24
5daeaf3
Код
Авторство
О чём код?
{ "compileOnSave": true, "compilerOptions": { "lib": [ "dom", "esnext" ], "outDir": "dist", "sourceMap": true, "moduleResolution": "node", "target": "ES2020", "module": "CommonJS", "allowJs": true, "checkJs": true, "noEmit": true, "resolveJsonModule": true, "noUnusedLocals": true, "noUnusedParameters": true, "strictNullChecks": true, "noImplicitThis": true, "alwaysStrict": true, "incremental": false, "esModuleInterop": true, "declaration": true }, "files": [ "./global.d.ts" ], "include": [ "./**/*.js" ], "exclude": [ "./**/node_modules/**", "./**/test/**/*.js", "./**/*test*.js", "./babel-plugins/**/(input|output).js", "./eslint-rules/**/*.js", "./externs/**/*.js", "./tasks/make-extension/template/**/*.js" ] }