mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
12 lines
199 B
JSON
12 lines
199 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "..",
|
|
"noEmit": true,
|
|
"declaration": false,
|
|
"declarationMap": false
|
|
},
|
|
"include": ["*.ts"],
|
|
"exclude": []
|
|
}
|