mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
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"]
|
||
|
}
|