nexus/tests/integrations/unionTooComplexToRepresent/tsconfig.json

10 lines
161 B
JSON

{
"compilerOptions": {
"strict": true,
"target": "ES2015",
"rootDir": "../../../",
"moduleResolution": "node"
},
"include": ["__app.ts"]
}