feat: initial commit introducing NonEmptyString schema
This commit is contained in:
11
tsconfig.declarations.json
Normal file
11
tsconfig.declarations.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"noEmit": false,
|
||||
"emitDeclarationOnly": true,
|
||||
"sourceMap": false,
|
||||
"declaration": true,
|
||||
"declarationMap": false
|
||||
},
|
||||
"exclude": ["src/**/*.spec.js", "src/**/*.test.js"]
|
||||
}
|
||||
Reference in New Issue
Block a user