From 6cb399e7267ae78e3e498bdbf5f51678ffb2cd45 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Tue, 21 Feb 2023 23:24:14 +0100 Subject: feat: Many things Configure sanity in same project as the app Implement type safe sanity schema Read localised documents Strip down design --- sanity/tsconfig.json | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 sanity/tsconfig.json (limited to 'sanity/tsconfig.json') diff --git a/sanity/tsconfig.json b/sanity/tsconfig.json deleted file mode 100644 index 28ee400..0000000 --- a/sanity/tsconfig.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "compilerOptions": { - "target": "ES2017", - "lib": ["dom", "dom.iterable", "esnext"], - "allowJs": true, - "skipLibCheck": true, - "strict": true, - "forceConsistentCasingInFileNames": true, - "noEmit": true, - "esModuleInterop": true, - "module": "esnext", - "moduleResolution": "node", - "resolveJsonModule": true, - "isolatedModules": true, - "jsx": "preserve", - "incremental": true - }, - "types": ["vite/client"], - "include": ["**/*.ts", "**/*.tsx"], - "exclude": ["node_modules"] -} -- cgit v1.3