* Use yarn pnp * Bump dev * Bumps * Attempt to fix build * Move "override-require": "^1.1.1" dep * Bump
19 lines
365 B
JSON
19 lines
365 B
JSON
{
|
|
"extends": "@polkadot/dev/config/tsconfig",
|
|
"exclude": [
|
|
"build/**/*",
|
|
"**/build/**/*"
|
|
],
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@polkadot/wasm-schnorrkel": [ "packages/wasm-schnorrkel/src" ]
|
|
},
|
|
"skipLibCheck": true,
|
|
"typeRoots": [
|
|
"./node_modules/@polkadot/ts",
|
|
"./node_modules/@types"
|
|
]
|
|
}
|
|
}
|