contextum-app/tsconfig.node.json

11 lines
212 B
JSON
Raw Permalink Normal View History

2024-07-10 17:38:21 +00:00
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["app.config.ts"]
}