/
githubmirror
/
nest
Обзор
Документация
Войти
/
githubmirror
/
nest
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/tsconfig.build.json
24 строки
607 B
Kamil Myśliwiec
build: use strict null checks part 1
26 ноя 2024, 14:46
Не верифицирован
26 ноя 2024, 14:46
10fdf16
Код
Авторство
О чём код?
{ "compilerOptions": { "composite": true, "module": "commonjs", "declaration": true, "noImplicitAny": false, "skipLibCheck": true, "noUnusedLocals": false, "importHelpers": true, "removeComments": false, "noLib": false, "emitDecoratorMetadata": true, "experimentalDecorators": true, "useUnknownInCatchVariables": false, "target": "ES2021", "sourceMap": false, "allowJs": false, "strict": true, "strictNullChecks": true, "forceConsistentCasingInFileNames": true, "strictPropertyInitialization": false, "types": ["node"] } }