aboutsummaryrefslogtreecommitdiff
path: root/packages/merchant-backend-ui/tsconfig.back.json
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-01-23 10:07:08 -0300
committerSebastian <sebasjm@gmail.com>2023-01-23 10:09:57 -0300
commitfdbe5c12e99804ea52757fdb0876ad95c2f75701 (patch)
tree33848f489300e50ce7bc04af9ec10201cf4edd5f /packages/merchant-backend-ui/tsconfig.back.json
parent0029013f8d9e4ca8b281fdaa38f5c8ae389f7def (diff)
downloadwallet-core-fdbe5c12e99804ea52757fdb0876ad95c2f75701.tar.xz
tune up backend dependecies
Diffstat (limited to 'packages/merchant-backend-ui/tsconfig.back.json')
-rw-r--r--packages/merchant-backend-ui/tsconfig.back.json23
1 files changed, 0 insertions, 23 deletions
diff --git a/packages/merchant-backend-ui/tsconfig.back.json b/packages/merchant-backend-ui/tsconfig.back.json
deleted file mode 100644
index 9ac5a3c25..000000000
--- a/packages/merchant-backend-ui/tsconfig.back.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "compilerOptions": {
- "composite": true,
- "lib": ["es6", "DOM"],
- "jsx": "react",
- "jsxFactory": "h",
- "jsxFragmentFactory": "Fragment",
- "moduleResolution": "Node",
- "module": "ESNext",
- "target": "ES6",
- "noImplicitAny": true,
- "noEmitOnError": true,
- "strict": true,
- "incremental": true,
- "sourceMap": true,
- "esModuleInterop": true,
- "importHelpers": true,
- "rootDir": "./src",
- "typeRoots": ["./node_modules/@types"]
- },
- "include": ["src/**/*"]
- }
- \ No newline at end of file