aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/tsconfig.node.json
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-07-27 01:17:37 +0900
committernsfisis <nsfisis@gmail.com>2024-07-27 05:59:23 +0900
commit18308a22879dc9143a03bcbe53cf0c5e8e49ee1f (patch)
treec1c108e27b1c369f30670480e19082044ae1b8a0 /frontend/tsconfig.node.json
parente487036c5cc9f5b59e9efbaec132a2fd60896317 (diff)
downloadiosdc-japan-2024-albatross-18308a22879dc9143a03bcbe53cf0c5e8e49ee1f.tar.gz
iosdc-japan-2024-albatross-18308a22879dc9143a03bcbe53cf0c5e8e49ee1f.tar.zst
iosdc-japan-2024-albatross-18308a22879dc9143a03bcbe53cf0c5e8e49ee1f.zip
remix
Diffstat (limited to 'frontend/tsconfig.node.json')
-rw-r--r--frontend/tsconfig.node.json13
1 files changed, 0 insertions, 13 deletions
diff --git a/frontend/tsconfig.node.json b/frontend/tsconfig.node.json
deleted file mode 100644
index 3afdd6e..0000000
--- a/frontend/tsconfig.node.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "compilerOptions": {
- "composite": true,
- "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
- "skipLibCheck": true,
- "module": "ESNext",
- "moduleResolution": "bundler",
- "allowSyntheticDefaultImports": true,
- "strict": true,
- "noEmit": true
- },
- "include": ["vite.config.ts"]
-}