summaryrefslogtreecommitdiffhomepage
path: root/packages/cloud/app/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/cloud/app/tsconfig.json')
-rw-r--r--packages/cloud/app/tsconfig.json21
1 files changed, 0 insertions, 21 deletions
diff --git a/packages/cloud/app/tsconfig.json b/packages/cloud/app/tsconfig.json
deleted file mode 100644
index 07148a458..000000000
--- a/packages/cloud/app/tsconfig.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "$schema": "https://json.schemastore.org/tsconfig",
- "compilerOptions": {
- "target": "ESNext",
- "module": "ESNext",
- "skipLibCheck": true,
- "moduleResolution": "bundler",
- "allowSyntheticDefaultImports": true,
- "esModuleInterop": true,
- "jsx": "preserve",
- "jsxImportSource": "solid-js",
- "allowJs": true,
- "strict": true,
- "noEmit": true,
- "types": ["vinxi/types/client"],
- "isolatedModules": true,
- "paths": {
- "~/*": ["./src/*"]
- }
- }
-}