* wip * wip * verbose logging * remove prepublish scripts * chore: add back prepublish scripts * wip * remove prepublishOnly script * chore: Clean up rest of build scripts * add back build script * feedback --------- Co-authored-by: Carlos R. L. Rodrigues <37986729+carlos-r-l-rodrigues@users.noreply.github.com>
12 lines
184 B
JSON
12 lines
184 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": ["src"],
|
|
"exclude": [
|
|
"dist",
|
|
"src/**/__tests__",
|
|
"src/**/__mocks__",
|
|
"src/**/__fixtures__",
|
|
"node_modules"
|
|
],
|
|
}
|