sdk/tsconfig.build.json

18 lines
269 B
JSON

{
"compilerOptions": {
"composite": true,
"typeRoots": ["src/vite-env.d.ts"]
},
"include": [
"src"
],
"exclude": [
"**/*.stories.tsx"
],
"references": [
{
"path": "./tsconfig.json"
}
]
}