diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-01-06 23:55:12 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-01-06 23:55:12 +0300 |
| commit | 4820c7696db3c54959258b1a5b00c77e1246cbd7 (patch) | |
| tree | 179edfca03618395939df1c3afccf2c90c64d424 /frontend/tsconfig.config.json | |
| parent | (#20) successful integration of demo upload to drive (diff) | |
| download | lphub-4820c7696db3c54959258b1a5b00c77e1246cbd7.tar.gz lphub-4820c7696db3c54959258b1a5b00c77e1246cbd7.tar.bz2 lphub-4820c7696db3c54959258b1a5b00c77e1246cbd7.zip | |
what the fuck is this mess (#21)
Diffstat (limited to '')
| -rw-r--r-- | frontend/tsconfig.config.json | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/frontend/tsconfig.config.json b/frontend/tsconfig.config.json deleted file mode 100644 index 424084a..0000000 --- a/frontend/tsconfig.config.json +++ /dev/null | |||
| @@ -1,8 +0,0 @@ | |||
| 1 | { | ||
| 2 | "extends": "@vue/tsconfig/tsconfig.node.json", | ||
| 3 | "include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "playwright.config.*"], | ||
| 4 | "compilerOptions": { | ||
| 5 | "composite": true, | ||
| 6 | "types": ["node"] | ||
| 7 | } | ||
| 8 | } | ||