nexus/tests/integrations/kitchenSink/tsconfig.json

10 lines
160 B
JSON

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