mirror of
https://github.com/cline/cline.git
synced 2025-06-03 03:59:07 +00:00
12 lines
202 B
JSON
12 lines
202 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "commonjs"
|
|
},
|
|
"ts-node": {
|
|
"require": ["tsconfig-paths/register"]
|
|
},
|
|
"include": ["test/**/*.ts"],
|
|
"exclude": ["node_modules"]
|
|
}
|