2022-02-11 13:56:28 +00:00
|
|
|
{
|
|
|
|
"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": {
|
|
|
|
"@vegaprotocol/react-helpers": ["libs/react-helpers/src/index.ts"],
|
2022-03-10 23:42:55 +00:00
|
|
|
"@vegaprotocol/storage": ["libs/storage/src/index.js"],
|
2022-02-23 17:57:44 +00:00
|
|
|
"@vegaprotocol/tailwindcss-config": [
|
|
|
|
"libs/tailwindcss-config/src/index.js"
|
|
|
|
],
|
2022-02-24 02:26:45 +00:00
|
|
|
"@vegaprotocol/ui-toolkit": ["libs/ui-toolkit/src/index.ts"]
|
2022-02-11 13:56:28 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"exclude": ["node_modules", "tmp"]
|
|
|
|
}
|