mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
10 lines
248 B
JSON
10 lines
248 B
JSON
{
|
|
"extends": "../tsconfig/base.json",
|
|
"include": ["."],
|
|
"compilerOptions": {
|
|
"lib": ["es2017", "dom"],
|
|
"resolveJsonModule": true
|
|
},
|
|
"exclude": ["dist", "build", "node_modules", "**/*.test.ts", "**/*.test.tsx", "**/__tests__/*"]
|
|
}
|