/
githubmirror
/
nest
Обзор
Документация
Войти
/
githubmirror
/
nest
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tools/gulp/tsconfig.json
24 строки
549 B
Kamil Myśliwiec
chore: update minimum engine version to 16
05 апр 2023, 14:31
Не верифицирован
05 апр 2023, 14:31
0f904d2
Код
Авторство
О чём код?
{ "compilerOptions": { "experimentalDecorators": true, "noUnusedParameters": false, "noUnusedLocals": false, "module": "commonjs", "moduleResolution": "node", "outDir": "../../dist/tools/gulp", "strictNullChecks": true, "strictFunctionTypes": true, "noImplicitThis": true, "noEmitOnError": true, "noImplicitAny": false, "target": "ES2021", "types": [ "node" ], "typeRoots": ["./typings", "../../node_modules/@types/"], "baseUrl": ".", }, "files": [ "gulpfile.ts" ] }