What: - Setups the skeleton for pricing module - Creates service/model/repository for currency model - Setups types - Setups DB - Moved some utils to a common place RESOLVES CORE-1477 RESOLVES CORE-1476
6 lines
117 B
JSON
6 lines
117 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": ["src", "integration-tests"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|