mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
1e0fa95493
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8162 GitOrigin-RevId: 7d008762530bb07439a024638fc1221aee677873
35 lines
637 B
Plaintext
35 lines
637 B
Plaintext
{
|
|
"jsc": {
|
|
"target": "es2017",
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"jsx": true,
|
|
"decorators": true,
|
|
"dynamicImport": true
|
|
},
|
|
"transform": {
|
|
"decoratorMetadata": true,
|
|
"legacyDecorator": true
|
|
},
|
|
"keepClassNames": true,
|
|
"externalHelpers": true,
|
|
"loose": true
|
|
},
|
|
"module": {
|
|
"type": "commonjs",
|
|
"strict": false,
|
|
"strictMode": true,
|
|
"lazy": false,
|
|
"noInterop": false
|
|
},
|
|
"sourceMaps": true,
|
|
"exclude": [
|
|
"jest.config.ts",
|
|
".*.spec.tsx?$",
|
|
".*.test.tsx?$",
|
|
"./src/jest-setup.ts$",
|
|
"./**/jest-setup.ts$",
|
|
".*.js$"
|
|
]
|
|
}
|