2022-08-05 21:52:47 +03:00
|
|
|
{
|
|
|
|
"compileOnSave": false,
|
|
|
|
"compilerOptions": {
|
|
|
|
"rootDir": ".",
|
|
|
|
"sourceMap": true,
|
|
|
|
"declaration": false,
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"importHelpers": true,
|
|
|
|
"target": "es2015",
|
|
|
|
"module": "esnext",
|
2023-01-24 01:20:35 +03:00
|
|
|
"lib": ["es2019", "dom", "dom.iterable"],
|
2022-08-05 21:52:47 +03:00
|
|
|
"skipLibCheck": true,
|
|
|
|
"skipDefaultLibCheck": true,
|
2023-05-09 20:39:48 +03:00
|
|
|
"resolveJsonModule": true,
|
2022-08-05 21:52:47 +03:00
|
|
|
"baseUrl": ".",
|
|
|
|
"paths": {
|
2022-10-20 19:20:35 +03:00
|
|
|
"@hasura/console-legacy-ce": ["libs/console/legacy-ce/src/index.ts"],
|
|
|
|
"@hasura/console-legacy-ee": ["libs/console/legacy-ee/src/index.js"],
|
2023-01-31 17:55:22 +03:00
|
|
|
"@hasura/internal-plugin": ["libs/nx/internal-plugin/src/index.ts"],
|
2023-02-15 15:36:45 +03:00
|
|
|
"storybook-addon-console-env": [
|
|
|
|
"libs/nx/storybook-addon-console-env/src/index.ts"
|
2023-02-17 08:31:28 +03:00
|
|
|
],
|
|
|
|
"unplugin-dynamic-asset-loader": [
|
|
|
|
"libs/nx/unplugin-dynamic-asset-loader/src/index.ts"
|
2023-01-31 17:55:22 +03:00
|
|
|
]
|
2022-08-05 21:52:47 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"exclude": ["node_modules", "tmp"]
|
|
|
|
}
|