/
githubmirror
/
oppia
Обзор
Документация
Войти
/
githubmirror
/
oppia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
tsconfig.test-dependencies.json
16 строк
347 B
Justin Nguyen
[GSoC'24] M1.1,M1.2: Create a script which generates a mapping of files and their root files. (#20362)
10 июн 2024, 20:39
Не верифицирован
10 июн 2024, 20:39
afcc0c3
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "ES2020", "module": "CommonJS", "moduleResolution": "node", "allowSyntheticDefaultImports": true, "esModuleInterop": true, "noImplicitReturns": true, "downlevelIteration": true, "skipLibCheck": true, "rootDir": "." }, "include": [ "core/tests/test-dependencies" ] }