mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
53a3803ba4
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7691 GitOrigin-RevId: 4e3926b4105f0bc15dce75b154f6ef60292c5074
32 lines
574 B
Plaintext
32 lines
574 B
Plaintext
{
|
|
"jsc": {
|
|
"target": "es2017",
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"decorators": true,
|
|
"dynamicImport": true
|
|
},
|
|
"transform": {
|
|
"decoratorMetadata": true,
|
|
"legacyDecorator": true
|
|
},
|
|
"keepClassNames": true,
|
|
"externalHelpers": false,
|
|
"loose": true
|
|
},
|
|
"module": {
|
|
"type": "commonjs",
|
|
"strict": true,
|
|
"noInterop": true
|
|
},
|
|
"sourceMaps": true,
|
|
"exclude": [
|
|
"jest.config.ts",
|
|
".*.spec.tsx?$",
|
|
".*.test.tsx?$",
|
|
"./src/jest-setup.ts$",
|
|
"./**/jest-setup.ts$",
|
|
".*.js$"
|
|
]
|
|
}
|