diff --git a/apps/next-app-router/tsconfig.json b/apps/next-app-router/tsconfig.json index ee4fde60..9c9b16c2 100644 --- a/apps/next-app-router/tsconfig.json +++ b/apps/next-app-router/tsconfig.json @@ -15,11 +15,11 @@ "jsx": "preserve", "plugins": [ { - "name": "next", - }, + "name": "next" + } ], - "strictNullChecks": true, + "strictNullChecks": true }, "include": ["next-env.d.ts", ".next/types/**/*.ts", "**/*.ts", "**/*.tsx"], - "exclude": ["node_modules"], + "exclude": ["node_modules"] } diff --git a/apps/next-pages-router/tsconfig.json b/apps/next-pages-router/tsconfig.json index ee4fde60..9c9b16c2 100644 --- a/apps/next-pages-router/tsconfig.json +++ b/apps/next-pages-router/tsconfig.json @@ -15,11 +15,11 @@ "jsx": "preserve", "plugins": [ { - "name": "next", - }, + "name": "next" + } ], - "strictNullChecks": true, + "strictNullChecks": true }, "include": ["next-env.d.ts", ".next/types/**/*.ts", "**/*.ts", "**/*.tsx"], - "exclude": ["node_modules"], + "exclude": ["node_modules"] } diff --git a/apps/remix/tsconfig.json b/apps/remix/tsconfig.json index db6a7c32..5485ee71 100644 --- a/apps/remix/tsconfig.json +++ b/apps/remix/tsconfig.json @@ -14,10 +14,10 @@ "forceConsistentCasingInFileNames": true, "baseUrl": ".", "paths": { - "~/*": ["./app/*"], + "~/*": ["./app/*"] }, // Remix takes care of building everything in `remix build`. - "noEmit": true, - }, + "noEmit": true + } } diff --git a/apps/studio/tsconfig.json b/apps/studio/tsconfig.json index 1ef73e8b..cac93568 100644 --- a/apps/studio/tsconfig.json +++ b/apps/studio/tsconfig.json @@ -14,8 +14,8 @@ "resolveJsonModule": true, "isolatedModules": true, "jsx": "preserve", - "incremental": true, + "incremental": true }, "include": ["**/*.ts", "**/*.tsx"], - "exclude": ["node_modules"], + "exclude": ["node_modules"] } diff --git a/packages/preview-kit/tsconfig.json b/packages/preview-kit/tsconfig.json index 31f0b21d..47575b17 100644 --- a/packages/preview-kit/tsconfig.json +++ b/packages/preview-kit/tsconfig.json @@ -5,9 +5,9 @@ "noEmit": true, "rootDir": ".", "paths": { - "@sanity/preview-kit": ["src/"], - }, + "@sanity/preview-kit": ["src/"] + } }, "include": ["**/*.ts", "**/*.tsx"], - "exclude": ["dist", "node_modules"], + "exclude": ["dist", "node_modules"] } diff --git a/packages/ui/tsconfig.json b/packages/ui/tsconfig.json index 9461efc4..f1889a37 100644 --- a/packages/ui/tsconfig.json +++ b/packages/ui/tsconfig.json @@ -3,8 +3,8 @@ "compilerOptions": { "incremental": true, "noEmit": true, - "rootDir": ".", + "rootDir": "." }, "include": ["**/*.ts", "**/*.tsx"], - "exclude": ["dist", "node_modules"], + "exclude": ["dist", "node_modules"] }