contextum-app/tsconfig.node.json
2024-07-10 20:38:21 +03:00

11 lines
212 B
JSON

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