27 lines
713 B
JSON
27 lines
713 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": {
|
|
"@vegaprotocol/react-helpers": ["libs/react-helpers/src/index.ts"],
|
|
"@vegaprotocol/tailwindcss-config": [
|
|
"libs/tailwindcss-config/src/index.js"
|
|
],
|
|
"@vegaprotocol/ui-toolkit": ["libs/ui-toolkit/src/index.ts"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules", "tmp"]
|
|
}
|