UNPKG

@ovine/init

Version:

Apply ovine template more easily.

13 lines (12 loc) 263 B
{ "extends": "../../tsconfig.json", "compilerOptions": { "tsBuildInfoFile": "./lib/.tsbuildinfo", "rootDir": "src", "outDir": "lib", "typeRoots": ["@types"], "incremental": true }, "include": ["src"], "exclude": ["templates/**/*"] }