mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-28 08:07:01 -05:00
Add script to easily update version
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"noImplicitReturns": true,
|
||||
"noUnusedLocals": false,
|
||||
"resolveJsonModule": true,
|
||||
"rootDir": "src",
|
||||
"rootDir": ".",
|
||||
"skipLibCheck": true,
|
||||
"sourceMap": true,
|
||||
"strict": true,
|
||||
@@ -20,5 +20,6 @@
|
||||
"useDefineForClassFields": true,
|
||||
"useUnknownInCatchVariables": false
|
||||
},
|
||||
"include": ["src/**/*", "scripts/**/*"],
|
||||
"exclude": ["node_modules", ".vscode-test", "webview-ui"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user