Skip to content
This repository has been archived by the owner on Dec 5, 2021. It is now read-only.

Commit

Permalink
Merge pull request #28 from omgnetwork/tsconfig_tslint
Browse files Browse the repository at this point in the history
use standard top level tsconfig and tslint system
  • Loading branch information
CAPtheorem authored May 30, 2021
2 parents 6d77624 + a80262e commit 9019365
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 80 deletions.
23 changes: 4 additions & 19 deletions packages/omgx/message-relayer-fast/tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,12 @@
{
"extends": "../../../tsconfig.build.json",

"compilerOptions": {
"module": "commonjs",
"target": "es2017",
"sourceMap": true,
"esModuleInterop": true,
"composite": true,
"declaration": true,
"noImplicitAny": false,
"removeComments": true,
"noLib": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"rootDir": "./src",
"outDir": "./dist",
"typeRoots": [
"node_modules/@types"
]
"outDir": "./dist"
},

"include": [
"src/**/*"
],
"exclude": [
"node_modules",
"dist"
]
}
24 changes: 4 additions & 20 deletions packages/omgx/message-relayer-fast/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,7 @@
{
"extends": "../../../tsconfig.json",

"compilerOptions": {
"outDir": "build",
"module": "commonjs",
"target": "es2017",
"resolveJsonModule": true,
"declaration": true,
"noImplicitAny": false,
"removeComments": true,
"noLib": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"sourceMap": true,
"lib": [
"es7"
],
"esModuleInterop": true,
"typeRoots": [
"node_modules/@types"
]
},
"include": ["*.ts", "**/*.ts"]
"resolveJsonModule": true
}
}
4 changes: 2 additions & 2 deletions packages/omgx/message-relayer-fast/tslint.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "../../tslint.base.json"
}
"extends": "../../../tslint.base.json"
}
39 changes: 0 additions & 39 deletions packages/omgx/wallet/.gitignore

This file was deleted.

0 comments on commit 9019365

Please sign in to comment.