aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.node.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.node.json')
-rw-r--r--tsconfig.node.json19
1 files changed, 0 insertions, 19 deletions
diff --git a/tsconfig.node.json b/tsconfig.node.json
deleted file mode 100644
index f094063..0000000
--- a/tsconfig.node.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "extends": "@tsconfig/node20/tsconfig.json",
- "include": [
- "vite.config.*",
- "vitest.config.*",
- "cypress.config.*",
- "nightwatch.conf.*",
- "playwright.config.*"
- ],
- "compilerOptions": {
- "composite": true,
- "noEmit": true,
- "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
-
- "module": "ESNext",
- "moduleResolution": "Bundler",
- "types": ["node"]
- }
-}