e851ad8b27
* nym-connect: use monorepo workspace and dependent packages * nym-wallet: fix up dependencies * nym-connect: ip and port copy values to clipboard with UI hint in tooltip * nym-connect: update icons and word mark * nym-connect: add automatic updater * nym-connect: update CHANGELOG
24 lines
644 B
JSON
24 lines
644 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"lib": ["dom", "dom.iterable", "esnext"],
|
|
"allowJs": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"skipLibCheck": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": false,
|
|
"jsx": "react-jsx",
|
|
"sourceMap": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@assets/*": ["../assets/*"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules", "dist", "jest.config.js", "webpack.config.js", "webpack.prod.js", "webpack.common.js", "target"]
|
|
}
|