openclaw/scripts/tsconfig.json

10 lines
197 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"allowJs": true,
"noEmit": true,
"types": ["node"]
},
"include": ["**/*.ts", "**/*.mts"],
"exclude": ["pre-commit/**"]
}