DocsGPT/extensions/react-widget/tsconfig.node.json

10 lines
184 B
JSON
Raw Normal View History

2023-09-12 13:01:12 +00:00
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}