UNPKG

@tvkitchen/countertop

Version:

The entry point for developers who want to set up a TV Kitchen.

15 lines (14 loc) 219 B
{ "extends": "@tsconfig/node16/tsconfig.json", "compilerOptions": { "module": "commonjs", "outDir": "dist", "declaration": true }, "include": [ "src" ], "exclude": [ "**/*.test.ts" ] }