/
githubmirror
/
slo-tests
Обзор
Документация
Войти
/
githubmirror
/
slo-tests
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
reusable-workflow
nodejs/tsconfig.json
23 строки
595 B
Ilya Shevchenko
feat: add create task to node.js
20 дек 2022, 00:32
20 дек 2022, 00:32
684d8d8
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "es2017", "module": "commonjs", "outDir": "dist", "moduleResolution": "node", "esModuleInterop": true, "pretty": true, "newLine": "lf", "stripInternal": true, "strict": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "noEmitOnError": true, "forceConsistentCasingInFileNames": true, "skipLibCheck": true, "experimentalDecorators": true, "allowJs": true, "resolveJsonModule": true }, "include": ["src/**/*.ts", "certs"], "exclude": ["node_modules", "package.json"] }