mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
b849128ded
* chore: add local publish support * chore: fix upload scoped tarball * add e2e
11 lines
218 B
JSON
11 lines
218 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./build",
|
|
"preserveSymlinks": true
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["src/**/*.test.ts"]
|
|
}
|