aboutsummaryrefslogtreecommitdiff
path: root/frontend/tsconfig.node.json
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-02-26 20:44:37 +0300
committerGitHub <noreply@github.com>2023-02-26 20:44:37 +0300
commit95caa9dc16cbefcb984ac7a70c5a05b66bab2230 (patch)
tree3e9ae6888905b1a750ad855e3d5b46f70d062481 /frontend/tsconfig.node.json
parentactually add update profile route (#30) (diff)
parentUpdate package.json (diff)
downloadlphub-95caa9dc16cbefcb984ac7a70c5a05b66bab2230.tar.gz
lphub-95caa9dc16cbefcb984ac7a70c5a05b66bab2230.tar.bz2
lphub-95caa9dc16cbefcb984ac7a70c5a05b66bab2230.zip
Merge pull request #32 from Nidboj132/main
frontend
Diffstat (limited to '')
-rw-r--r--frontend/tsconfig.node.json9
1 files changed, 0 insertions, 9 deletions
diff --git a/frontend/tsconfig.node.json b/frontend/tsconfig.node.json
deleted file mode 100644
index 9d31e2a..0000000
--- a/frontend/tsconfig.node.json
+++ /dev/null
@@ -1,9 +0,0 @@
1{
2 "compilerOptions": {
3 "composite": true,
4 "module": "ESNext",
5 "moduleResolution": "Node",
6 "allowSyntheticDefaultImports": true
7 },
8 "include": ["vite.config.ts"]
9}