composiohq--composio
13 行
246 B
JSON
13 行
246 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "./tsconfig.options.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"paths": {
|
|
"src/*": ["./src/*"],
|
|
"test/*": ["./test/*"]
|
|
}
|
|
},
|
|
"include": ["test"]
|
|
}
|