/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Components/Web.JS/tsconfig.jest.json
34 строки
690 B
Javier Calvarro Nelson
[Infrastructure] Move back to NPM (#52914)
22 дек 2023, 10:53
Не верифицирован
22 дек 2023, 10:53
8c27269
Код
Авторство
О чём код?
{ "compilerOptions": { "module": "es2015", "target": "es2019", "sourceMap": true, "moduleResolution": "node", "inlineSources": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "removeComments": false, "noImplicitAny": false, "noUnusedLocals": true, "noUnusedParameters": false, "suppressImplicitAnyIndexErrors": true, "noEmitOnError": true, "skipLibCheck": true, "stripInternal": true, "strict": true, "outDir": "./dist", "types": [ "jest", "jasmine", "node" ], "lib": [ "es2019", "dom" ], "baseUrl": "." }, "include": [ "./test/**/*" ], }