0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-03-11 02:15:57 -05:00
verdaccio/packages/logger/tsconfig.json
Juan Picado @jotadeveloper 23babe2fad
chore: reuse jest config
2020-08-11 07:46:06 +02:00

10 lines
214 B
JSON

{
"extends": "../../tsconfig",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./build",
"allowSyntheticDefaultImports": true
},
"include": ["src/**/*"],
"exclude": ["src/**/*.test.ts"]
}