UNPKG

incompatiblewith

Version:

InCompatibleWith is a decorator for class-validator that checks if siblings do not exist on the object.

26 lines 558 B
{ "compilerOptions": { "experimentalDecorators": true, "target": "es5", "module": "commonjs", "outDir": "./lib", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "strictPropertyInitialization": false, "moduleResolution": "node", "removeComments": true, "emitDecoratorMetadata": true, "sourceMap": true, "declaration": true }, "include": [ "./src/**/*.ts" ], "exclude": [ "node_modules", "lib", "./src/**/*.spec.ts" ] }