lm-piplines/tsconfig.node.json
2024-04-24 11:13:56 +03:00

13 lines
254 B
JSON

{
"compilerOptions": {
"allowJs": true,
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.ts"]
}