/
githubmirror
/
meteor
Обзор
Документация
Войти
/
githubmirror
/
meteor
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
devel
tools/tsconfig.json
35 строк
781 B
denihs
Revert "Revert "Merge pull request #12273 from meteor/release-2.9""
12 дек 2022, 17:17
12 дек 2022, 17:17
f60bfc7
Код
Авторство
О чём код?
{ "compilerOptions": { /* Basic Options */ "target": "es2018", "module": "es2015", "lib": ["esnext"], "allowJs": true, "checkJs": false, "jsx": "preserve", "noEmit": true, /* Strict Type-Checking Options */ "strict": true, "noImplicitAny": true, "strictNullChecks": true, /* Additional Checks */ "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitReturns": false, "noFallthroughCasesInSwitch": false, /* Module Resolution Options */ "moduleResolution": "node", "types": ["node"], "esModuleInterop": true, "preserveSymlinks": true, }, "exclude": [ "./tests/apps/**", "./tests/packages/**", "./static-assets/skel*/**", "./static-assets/scaffolds*/**", ] }