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