/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v5.41.0
jsconfig.json
20 строк
345 B
Alexandre Bodin
Move e2e to api tests and unify test command
27 окт 2022, 20:49
27 окт 2022, 20:49
57e1eb5
Код
Авторство
О чём код?
{ "compilerOptions": { "rootDir": ".", "module": "commonjs", "target": "es6" }, "exclude": [ "**/node_modules/*", ".git", ".npm", "**/.cache/*", "**/.tmp/*", "**/dist/*", "**/build/*", "**/*.test.js", "**/*.test.api.js", "**/examples/getstarted/*", "**/examples/kitchensink/*" ] }