/
githubmirror
/
oppia
Обзор
Документация
Войти
/
githubmirror
/
oppia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
tsconfig-strict.json
96 строк
2 KB
NITISH KUMAR
[GSoC 2026] M1.7 - Fix part of #24716: Added Feedback modals file and reverted code related to old CUJs. (#26397)
25 июн 2026, 10:08
Не верифицирован
25 июн 2026, 10:08
6a9422d
Код
Авторство
О чём код?
{ "compilerOptions": { "allowJs": true, "allowSyntheticDefaultImports": true, "baseUrl": ".", "downlevelIteration": true, "emitDecoratorMetadata": true, "esModuleInterop": true, "experimentalDecorators": true, "lib": [ "es2017", "dom", "dom.iterable", "webworker" ], "module": "es2020", "moduleResolution": "node", "outDir": "local_compiled_js_for_test", "paths": { "analytics-constants": [ "assets/analytics-constants.json" ], "app-events/*": [ "core/templates/app-events/*" ], "app.constants": [ "core/templates/app.constants" ], "base-components/*": [ "core/templates/base-components/*" ], "components/*": [ "core/templates/components/*" ], "directives/*": [ "core/templates/directives/*" ], "domain/*": [ "core/templates/domain/*" ], "expressions/*": [ "core/templates/expressions/*" ], "filters/*": [ "core/templates/filters/*" ], "google-analytics.initializer": [ "core/templates/google-analytics.initializer" ], "i18n/*": [ "core/templates/i18n/*" ], "interactions/*": [ "extensions/interactions/*" ], "modules/*": [ "core/templates/modules/*" ], "objects/*": [ "extensions/objects/*" ], "pages/*": [ "core/templates/pages/*" ], "services/*": [ "core/templates/services/*" ], "static/*": [ "third_party/static/*" ], "tests/*": [ "core/templates/tests/*" ], "utility/*": [ "core/templates/utility/*" ] }, "resolveJsonModule": true, "rootDir": ".", "skipLibCheck": true, "sourceMap": true, "strict": true, "target": "es6", "typeRoots": [ "./node_modules/@types" ] }, "exclude": [ "core/tests/playwright-acceptance-tests" ], "include": [ "core", "extensions", "typings" ] }