policeman
Version:
Lightweight yet powerful schema validator
20 lines (19 loc) • 366 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"sourceMap": true,
"rootDir": "./src",
"outDir": "./",
"declaration": true,
"listFiles": true,
"newLine": "LF",
"pretty": true
},
"files": [
"./typings/index.d.ts",
"./src/test/tests.ts",
"./src/lib/policeman.ts",
"./src/lib/validators.ts"
]
}