aboutsummaryrefslogtreecommitdiff
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, 23 insertions, 0 deletions
diff --git a/packages/merchant-backend-ui/tsconfig.back.json b/packages/merchant-backend-ui/tsconfig.back.json
new file mode 100644
index 000000000..9ac5a3c25
--- /dev/null
+++ b/packages/merchant-backend-ui/tsconfig.back.json
@@ -0,0 +1,23 @@
+{
+ "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