Skip to content
This repository was archived by the owner on Oct 7, 2021. It is now read-only.

Commit 8e2a30c

Browse files
committed
First Release
1 parent 6fef6ee commit 8e2a30c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# schema <!-- omit in toc -->
22

3-
TypeScript Object schema validation
3+
Object schema validation
44

55
[![NPM Version](https://img.shields.io/npm/v/@foxify/schema.svg)](https://www.npmjs.com/package/@foxify/schema)
66
[![Node Version](https://img.shields.io/node/v/@foxify/schema.svg)](https://nodejs.org)

tsconfig.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,11 @@
5757
/* Experimental Options */
5858
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
5959
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
60-
}
60+
},
61+
"include": [
62+
"src/**/*"
63+
],
64+
"exclude": [
65+
"node_modules"
66+
]
6167
}

0 commit comments

Comments
 (0)