diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-09-12 15:12:42 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-09-12 15:12:42 +0700 |
| commit | 499954a8be814850103eece2dbd0306d6246989d (patch) | |
| tree | 12609543183a75a9106528eb8febd351e4c087f2 /tsconfig.json | |
| parent | 62ad06bf66519e0491355edd4171cff71992500d (diff) | |
<iman> update new register
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/tsconfig.json b/tsconfig.json index 8613c022..96670169 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,11 +1,7 @@ { "compilerOptions": { "target": "ES5", - "lib": [ - "DOM", - "DOM.Iterable", - "ESNext" - ], + "lib": ["DOM", "DOM.Iterable", "ESNext"], "allowJs": true, "skipLibCheck": true, "strict": true, @@ -33,10 +29,10 @@ "**/*.ts", "**/*.tsx", "**/*.jsx", - ".next/types/**/*.ts" -, "src/pages/shop/promo/index.tsx", "src/pages/shop/promo/[slug].jsx" ], - "exclude": [ - "node_modules", - "src" - ] + ".next/types/**/*.ts", + "src-migrate/**/*", + "src/pages/shop/promo/index.tsx", + "src/pages/shop/promo/[slug].jsx" + ], + "exclude": ["node_modules", "src"] } |
