hts/packages/isdk/tsconfig.json

10 lines
219 B
JSON

{
"extends": "./node_modules/@vercel/ai-tsconfig/react-library.json",
"compilerOptions": {
"target": "ES2018",
"stripInternal": true
},
"include": ["."],
"exclude": ["dist", "build", "node_modules"]
}