aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/tsconfig.node.json
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-07-27 19:02:58 +0900
committernsfisis <nsfisis@gmail.com>2024-07-27 19:02:58 +0900
commitb70fa3abf9c96871cc3e39090e9a00da4ad87b8b (patch)
tree848da44374c48edec603fb014c59ad0fbb9307e6 /frontend/tsconfig.node.json
parente487036c5cc9f5b59e9efbaec132a2fd60896317 (diff)
parent7cbf34204233df7c7e9e4b24998e25dbd8d2a423 (diff)
downloadphperkaigi-2025-albatross-b70fa3abf9c96871cc3e39090e9a00da4ad87b8b.tar.gz
phperkaigi-2025-albatross-b70fa3abf9c96871cc3e39090e9a00da4ad87b8b.tar.zst
phperkaigi-2025-albatross-b70fa3abf9c96871cc3e39090e9a00da4ad87b8b.zip
Merge branch '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"]
-}