You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DocsGPT/extensions/react-widget/tsconfig.node.json

12 lines
233 B
JSON

1 year ago
{
"compilerOptions": {
"composite": true,
7 months ago
"skipLibCheck": true,
1 year ago
"module": "ESNext",
7 months ago
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
1 year ago
},
"include": ["vite.config.ts"]
}