aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json11
1 files changed, 1 insertions, 10 deletions
diff --git a/tsconfig.json b/tsconfig.json
index eb23517..6d24566 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -27,15 +27,6 @@
"#tags": ["./src/lib/common/tags.js"]
}
},
- "include": [
- "src/**/*.ts",
- "src/**/*d.ts",
- "lib/**/*.ts",
- "ecosystem.config.cjs",
- ".eslintrc.cjs",
- "config/**/*.ts",
- "tests/**/*.ts",
- "vite.config.ts"
- ],
+ "include": ["src/**/*.ts", "src/**/*d.ts", "lib/**/*.ts", "test.js"],
"exclude": ["dist", "node_modules"]
}