mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
d2832f1067
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8050 GitOrigin-RevId: 7fc12b2855d1632919613c77348119238b88ce6f
31 lines
932 B
JSON
31 lines
932 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"importHelpers": true,
|
|
"target": "es2015",
|
|
"module": "esnext",
|
|
"lib": ["es2019", "dom", "dom.iterable"],
|
|
"skipLibCheck": true,
|
|
"skipDefaultLibCheck": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@hasura/console-legacy-ce": ["libs/console/legacy-ce/src/index.ts"],
|
|
"@hasura/console-legacy-ee": ["libs/console/legacy-ee/src/index.js"],
|
|
"@hasura/internal-plugin": ["libs/nx/internal-plugin/src/index.ts"],
|
|
"storybook-addon-console-env": [
|
|
"libs/nx/storybook-addon-console-env/src/index.ts"
|
|
],
|
|
"unplugin-dynamic-asset-loader": [
|
|
"libs/nx/unplugin-dynamic-asset-loader/src/index.ts"
|
|
]
|
|
}
|
|
},
|
|
"exclude": ["node_modules", "tmp"]
|
|
}
|