mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
15 lines
321 B
JSON
15 lines
321 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "React Library",
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"lib": ["dom", "ES2017"],
|
|
"module": "ESNext",
|
|
"target": "es6",
|
|
"jsx": "react-jsx",
|
|
"sourceMap": true,
|
|
"declarationDir": "./dist",
|
|
"declaration": true
|
|
}
|
|
}
|