-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtsconfig.json
31 lines (31 loc) · 1.81 KB
/
tsconfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"compilerOptions": {
"target": "es2017",
"lib": [
"dom",
"dom.iterable",
"esnext",
"es6"
],
"allowJs": true,
"skipLibCheck": true,
"strict": false,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"incremental": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve"
},
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
"pages/[mainRouteId]/[categoryRouteId]/[categoryId]/[categoryId].js", "pages/[mainRouteId]/[categoryRouteId]/[categoryId]/[categoryId].js", "pages/[mainRouteId]/[categoryRouteId]/[categoryId]/index.ts", "pages/[mainRouteId]/[categoryRouteId]/[categoryId]/index.ts", "pages/[mainRouteId]/[categoryRouteId]/[categoryId]/Product/[productId].js", "pages/[mainRouteId]/[categoryRouteId]/[categoryId]/Product/[productId].js", "components/product/product-display.component.js", "components/product/product-display.component.js", "pages/indentity/Register.js", "pages/indentity/Register.js", "context/authUserContext.tsx", "context/authUserContext.tsx", "utils/mongodb.js", "utils/mongodb.js", "utils/apolloClient.ts", "utils/apolloClient.ts", "pages/[mainRouteId]/wish-list/index.js", "pages/[mainRouteId]/wish-list/index.js", "components/register/display.component.tsx", "components/register/display.component.tsx", "components/product/product-display.component.tsx", "components/product/product-display.component.tsx", "pages/indentity/myaccount/index.js", "pages/indentity/myaccount/index.js", "components/my-account/account-sidebar.component.tsx", "components/my-account/account-sidebar.component.tsx", "pages/[mainRouteId]/cart/index.js", "pages/[mainRouteId]/cart/success.js" ],
"exclude": [
"node_modules"
]
}