/
githubmirror
/
nest
Обзор
Документация
Войти
/
githubmirror
/
nest
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
sample/20-cache/tsconfig.json
17 строк
392 B
Kamil Myśliwiec
chore: update minimum engine version to 16
05 апр 2023, 14:31
Не верифицирован
05 апр 2023, 14:31
0f904d2
Код
Авторство
О чём код?
{ "compilerOptions": { "module": "commonjs", "declaration": true, "removeComments": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "target": "ES2021", "sourceMap": true, "outDir": "./dist", "baseUrl": "./", "incremental": true, "skipLibCheck": true }, "include": ["src/**/*"] }