f0e37e4a2f
* feat: [console-lite] - fixes in order close out calcs * feat: [console-lite] - fixes in order close out calcs - adjust int test * feat: [console-lite] - fixes in order close out calcs - adjust int test * feat: [console-lite] - fixes in order close out calcs - adjust int test * feat: [console-lite] - fixes in order close out calcs - add dash instead 0 * feat: [console-lite] - fixes in order close out calcs - add dash instead 0 Co-authored-by: maciek <maciek@vegaprotocol.io>
23 lines
475 B
JSON
23 lines
475 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../dist/out-tsc",
|
|
"module": "commonjs",
|
|
"types": ["jest", "node", "@testing-library/jest-dom"],
|
|
"jsx": "react",
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"include": [
|
|
"**/*.test.ts",
|
|
"**/*.spec.ts",
|
|
"**/*.test.tsx",
|
|
"**/*.spec.tsx",
|
|
"**/*.test.js",
|
|
"**/*.spec.js",
|
|
"**/*.test.jsx",
|
|
"**/*.spec.jsx",
|
|
"**/*.d.ts"
|
|
]
|
|
}
|