mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 08:02:15 +03:00
fd2225e0d9
GitOrigin-RevId: 81ad89c2d07d9a981c98245f618400844550e065
33 lines
1.0 KiB
JSON
33 lines
1.0 KiB
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,
|
|
"resolveJsonModule": 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"],
|
|
"@hasura/open-api-to-graphql": ["libs/open-api-to-graphql/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"]
|
|
}
|