summaryrefslogtreecommitdiff
path: root/packages/merchant-backend-ui/tsconfig.back.json
diff options
context:
space:
mode:
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