1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
verdaccio/packages/logger/tsconfig.json
Juan Picado @jotadeveloper 5fcc5d493b chore: reuse jest config
2021-04-09 17:54:03 +02:00

11 lines
214 B
JSON

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