mirror of
https://github.com/fluencelabs/libp2p-ts
synced 2025-04-22 04:22:12 +00:00
commit
e3ac41bca5
@ -5,7 +5,7 @@ module.exports = {
|
|||||||
parserOptions: {
|
parserOptions: {
|
||||||
...base.parserOptions,
|
...base.parserOptions,
|
||||||
project: [
|
project: [
|
||||||
'./tsconfig.eslint.json'
|
'./tsconfig.json'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
@ -15,10 +15,10 @@
|
|||||||
"test": "echo \"No 'yarn run test' available\""
|
"test": "echo \"No 'yarn run test' available\""
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/chrome": "^0.0.89"
|
"@types/chrome": "^0.0.91"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.6.4",
|
"@babel/core": "^7.6.4",
|
||||||
"@polkadot/dev": "^0.32.0-beta.10"
|
"@polkadot/dev": "^0.32.0-beta.11"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
{
|
|
||||||
"extends": "./tsconfig.json",
|
|
||||||
"exclude": [
|
|
||||||
"build",
|
|
||||||
"packages/*/build"
|
|
||||||
],
|
|
||||||
"compilerOptions": {
|
|
||||||
"allowJs": true,
|
|
||||||
"checkJs": true
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"extends": "./node_modules/@polkadot/dev/config/tsconfig",
|
"extends": "./node_modules/@polkadot/dev/config/tsconfig",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
|
"skipLibCheck": true,
|
||||||
"typeRoots": [
|
"typeRoots": [
|
||||||
"./types",
|
"./types",
|
||||||
"./node_modules/@types"
|
"./node_modules/@types"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user