diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2022-10-22 19:07:14 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2022-10-22 19:07:14 +0300 |
| commit | d963c3f40f075c05d70af32f44ed2bec8e00bc37 (patch) | |
| tree | 33a362746201ebec46e7c741e40a530d5f32e38b /frontend/tsconfig.config.json | |
| download | lphub-d963c3f40f075c05d70af32f44ed2bec8e00bc37.tar.gz lphub-d963c3f40f075c05d70af32f44ed2bec8e00bc37.tar.bz2 lphub-d963c3f40f075c05d70af32f44ed2bec8e00bc37.zip | |
init
Diffstat (limited to 'frontend/tsconfig.config.json')
| -rw-r--r-- | frontend/tsconfig.config.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/frontend/tsconfig.config.json b/frontend/tsconfig.config.json new file mode 100644 index 0000000..424084a --- /dev/null +++ b/frontend/tsconfig.config.json | |||
| @@ -0,0 +1,8 @@ | |||
| 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 | } | ||