14 lines
290 B
JSON
14 lines
290 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"rootDir": "..",
|
|
"noUnusedLocals": false,
|
|
"noUnusedParameters": false,
|
|
"paths": {
|
|
"@cline/shared": ["../shared/src/index.ts"],
|
|
"@cline/shared/*": ["../shared/src/*", "../shared/src/*/index.ts"]
|
|
}
|
|
}
|
|
}
|