Logo
Explore Help
Register Sign In
Ayuriel/openclaw
1
0
Fork 0
You've already forked openclaw
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
openclaw/tsconfig.test.json

9 lines
183 B
JSON
Raw Normal View History

chore: add tsconfig.test.json for type-checking test files (#12828) Adds a separate tsconfig that includes only *.test.ts files (which the main tsconfig excludes). Available via 'pnpm tsgo:test' for incremental cleanup. Not yet wired into 'pnpm check' there are ~2.8k pre-existing errors in test files that need to be fixed incrementally first.
2026-02-09 11:16:19 -08:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": true
},
"include": ["src/**/*.test.ts", "extensions/**/*.test.ts"],
"exclude": ["node_modules", "dist"]
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 86ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API