0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-27 22:59:51 -05:00
verdaccio/packages/server/tsconfig.json

11 lines
230 B
JSON
Raw Normal View History

2020-03-03 23:59:19 +01:00
{
"extends": "../../tsconfig",
"compilerOptions": {
"rootDir": "./src",
2020-03-04 22:36:43 +01:00
"outDir": "./build",
"allowSyntheticDefaultImports": true
2020-03-03 23:59:19 +01:00
},
"include": ["src/**/*", "types/*.d.ts"],
"exclude": ["src/**/*.test.ts"]
}