Fortune-Email/tsconfig.node.json
2025-12-21 18:05:16 +03:00

12 lines
231 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["package.json"]
}