UNPKG

cc-core-cli

Version:

Command Line Interface tool for generating project templates for the (Your Platform's Name) platform.

17 lines 331 B
{ "extends": "./tsconfig.json", "compilerOptions": { "experimentalDecorators": true, "emitDecoratorMetadata": true, "paths": { "@shopstack/cc-core-lib/core": [ "test/__mocks__/cc-core-lib" ] } }, "include": [ "**/*.spec.ts", "**/__tests__/**/*", "test/__mocks__/*.d.ts" ] }