mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-23 22:27:34 -05:00
0778eebae5
* chore: add update-ts-references * chore: update version
9 lines
206 B
JSON
9 lines
206 B
JSON
{
|
|
"extends": "../../../tsconfig.reference.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./build"
|
|
},
|
|
"include": ["src/**/*", "types/*.d.ts"],
|
|
"exclude": ["src/**/*.test.ts"]
|
|
}
|