/
dimamir
/
medusa
Обзор
Документация
Войти
/
dimamir
/
medusa
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
_tsconfig.base.json
27 строк
746 B
Riqwan Thamir
feat(framework,medusa): Ensure publishable key middleware is set for all store endpoints (#9429)
02 окт 2024, 19:01
Не верифицирован
02 окт 2024, 19:01
fbbfb0c
Код
Авторство
О чём код?
{ "compilerOptions": { "lib": ["ES2021"], "target": "ES2021", "outDir": "${configDir}/dist", "esModuleInterop": true, "declaration": true, "declarationMap": true, "noUnusedLocals": true, "module": "Node16", "moduleResolution": "Node16", "emitDecoratorMetadata": true, "experimentalDecorators": true, "sourceMap": true, "noImplicitReturns": true, "resolveJsonModule": true, "forceConsistentCasingInFileNames": true, "strictNullChecks": true, "strictFunctionTypes": true, "noImplicitThis": true, "allowJs": true, "skipLibCheck": true, "incremental": false }, "include": ["${configDir}/src"], "exclude": ["${configDir}/dist", "${configDir}/node_modules"] }