aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNidboj132 <lol2s@vp.pl>2023-02-26 15:51:02 +0100
committerGitHub <noreply@github.com>2023-02-26 15:51:02 +0100
commit2b4242aba8adc3f319e7bde65412de43f1381988 (patch)
tree0ffa5ed4c94f225303ab6b1c1d55c3f6d7d89dc4
parentDelete tsconfig.json (diff)
downloadlphub-2b4242aba8adc3f319e7bde65412de43f1381988.tar.gz
lphub-2b4242aba8adc3f319e7bde65412de43f1381988.tar.bz2
lphub-2b4242aba8adc3f319e7bde65412de43f1381988.zip
Delete tsconfig.node.json
-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}