Files
EnvelopeGenerator/EnvelopeGenerator.GeneratorAPI/ClientApp/envelope-generator-react-ui/tsconfig.node.json

10 lines
187 B
JSON

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