fix(typescript): Use consistent typescript configs make all packages inherit tsconfig from the root tsconfig skips building tests. reformat all tsconfigs with prettier.
11 lines
143 B
JSON
11 lines
143 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"importHelpers": true,
|
|
},
|
|
"include": [
|
|
"*.credentials.ts",
|
|
"*.node.ts"
|
|
]
|
|
}
|