messenger/codebase/web/tsconfig.node.json

12 lines
233 B
JSON
Raw Normal View History

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