lilith-platform.live/codebase/@features/messages/frontend-showcase/tsconfig.node.json

13 lines
254 B
JSON
Raw Permalink Normal View History

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