verdaccio/packages/auth/tsconfig.build.json

10 lines
175 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./build",
"noImplicitAny": false
},
"include": ["src/**/*"]
}