graphql-engine/dc-agents/dc-api-types/tsconfig.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
166 B
JSON
Raw Normal View History

{
"extends": "@tsconfig/node16/tsconfig.json",
"compilerOptions": {
"outDir": "dist",
"resolveJsonModule": true,
},
"include": [
"src/**/*"
]
}