@atomixdesign/nodepay-core
Version:
Nodepay core module.
16 lines (14 loc) • 472 B
JSON
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./build", /* Redirect output structure to the directory. */
"rootDir": "./src", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
"composite": true
},
"include": ["./src/**/*.ts"],
"exclude": [
"node_modules",
"build",
"./src/**/*.test.ts"
],
}