graphql-engine/contrib/metadata-types/tsconfig.lib.json

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

8 lines
114 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "dist"
},
"include": ["./generated"]
}