mirror of
https://github.com/cline/cline.git
synced 2025-06-03 03:59:07 +00:00

* Fix: Better Windows path support * Move to 'chai' for test running * Fix: Let's start with what we know * Chore: Add 'root' level file path test, remove less useful tests * Chore: Add 'root' level file path test, remove less useful tests --------- Co-authored-by: Dennis Bartlett <bartlett.dc.1@gmail.com>
9 lines
143 B
JSON
9 lines
143 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "commonjs"
|
|
},
|
|
"include": ["test/**/*.ts"],
|
|
"exclude": ["node_modules"]
|
|
}
|