UNPKG

@nodesuite/schemas

Version:

A collection of common constants and validation schemas.

11 lines (10 loc) 279 B
{ "$schema": "https://json.schemastore.org/tsconfig", "extends": "./node_modules/@nodesuite/node-rig/profiles/default/tsconfig.json", "compilerOptions": { "outDir": "dist", "rootDir": "src" }, "include": ["src/**/*.ts"], "exclude": ["node_modules", "dist"] }