cline/tsconfig.unit-test.json
Evan 99bbe17df9
What's yer path? (#3047)
* update extension imports to use aliasing

* changeset
2025-04-21 16:49:44 -07:00

12 lines
202 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "commonjs"
},
"ts-node": {
"require": ["tsconfig-paths/register"]
},
"include": ["test/**/*.ts"],
"exclude": ["node_modules"]
}