mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
b53cc2e81c
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5590 GitOrigin-RevId: 911fa2b8f59383fc10a08afac3138aacfe0927d3
25 lines
679 B
JSON
25 lines
679 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"importHelpers": true,
|
|
"target": "es2015",
|
|
"module": "esnext",
|
|
"lib": ["es2017", "dom"],
|
|
"skipLibCheck": true,
|
|
"skipDefaultLibCheck": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["libs/console/legacy-oss/src/lib/*"],
|
|
"@hasura/console/legacy-oss": ["libs/console/legacy-oss/src/index.ts"],
|
|
"@hasura/console/legacy-pro": ["libs/console/legacy-pro/src/index.js"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules", "tmp"]
|
|
}
|