mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-03-04 02:02:39 -05:00
10 lines
186 B
JSON
10 lines
186 B
JSON
|
{
|
||
|
"extends": "../../../tsconfig.reference.json",
|
||
|
"compilerOptions": {
|
||
|
"rootDir": "./src",
|
||
|
"outDir": "./build"
|
||
|
},
|
||
|
"include": ["src/**/*"],
|
||
|
"exclude": ["node_modules"]
|
||
|
}
|