openvino_notebooks / selector /tsconfig.node.json
malvika2003's picture
Upload folder using huggingface_hub
db5855f verified
raw
history blame
236 Bytes
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts", "scripts/*"]
}