diff options
| author | 2024-09-07 15:15:32 +0800 | |
|---|---|---|
| committer | 2024-09-07 15:15:32 +0800 | |
| commit | 72a79bd525e72f80c6b46b4514f0e6bb4c3cc07a (patch) | |
| tree | 16bd9b550f7fd406be726c3a2380ef24ca14bfe0 /site/tsconfig.json | |
| parent | 8a32052835e155b5577fe15cd2b09b7aa56a8d65 (diff) | |
| download | HydroRoll-72a79bd525e72f80c6b46b4514f0e6bb4c3cc07a.tar.gz HydroRoll-72a79bd525e72f80c6b46b4514f0e6bb4c3cc07a.zip | |
refactor(site): move site to HydroRoll-site repo
Diffstat (limited to 'site/tsconfig.json')
| -rw-r--r-- | site/tsconfig.json | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/site/tsconfig.json b/site/tsconfig.json deleted file mode 100644 index af4ef2e..0000000 --- a/site/tsconfig.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "compilerOptions": { - "baseUrl": ".", - "target": "esnext", - "useDefineForClassFields": true, - "allowSyntheticDefaultImports": true, - "composite": true, - "module": "esnext", - "moduleResolution": "node", - "strict": true, - "jsx": "preserve", - "sourceMap": false, - "resolveJsonModule": true, - "esModuleInterop": true, - "lib": ["esnext", "dom"], - "types": [ - "node", - "vuetify" - ], - "paths": { - "@/*": ["src/*"] - }, - }, - "include": [ - "src/**/*.ts", - "src/**/*.d.ts", - "src/**/*.tsx", - "src/**/*.vue", - "vite.config.ts" - ] -} |
