diff options
Diffstat (limited to 'sanity/tsconfig.json')
| -rw-r--r-- | sanity/tsconfig.json | 21 |
1 files changed, 0 insertions, 21 deletions
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"] -} |
