Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
ed2dd996
Commit
ed2dd996
authored
Dec 11, 2020
by
aniket-engg
Committed by
Aniket
Dec 21, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configuration updated
parent
7c3bf5a7
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
4 deletions
+13
-4
package.json
libs/remix-debug/package.json
+1
-1
tsconfig.json
libs/remix-debug/tsconfig.json
+9
-0
tsconfig.json
tsconfig.json
+1
-1
workspace.json
workspace.json
+2
-2
No files found.
libs/remix-debug/package.json
View file @
ed2dd996
...
...
@@ -40,7 +40,7 @@
"tape"
:
"^4.6.0"
},
"scripts"
:
{
"test"
:
"./../../node_modules/.bin/tape --require tsconfig-paths/register ./test/tests.
j
s"
"test"
:
"./../../node_modules/.bin/tape --require tsconfig-paths/register ./test/tests.
t
s"
},
"publishConfig"
:
{
"access"
:
"public"
...
...
libs/remix-debug/tsconfig.json
0 → 100644
View file @
ed2dd996
{
"extends"
:
"../../tsconfig.json"
,
"compilerOptions"
:
{
"types"
:
[
"node"
,
"tape"
],
"esModuleInterop"
:
true
},
"include"
:
[
"**/*.ts"
]
}
\ No newline at end of file
tsconfig.json
View file @
ed2dd996
...
...
@@ -18,7 +18,7 @@
"paths"
:
{
"@remix-project/remix-analyzer"
:
[
"dist/libs/remix-analyzer/index.js"
],
"@remix-project/remix-astwalker"
:
[
"dist/libs/remix-astwalker/index.js"
],
"@remix-project/remix-debug"
:
[
"dist/libs/remix-debug/index.js"
],
"@remix-project/remix-debug"
:
[
"dist/libs/remix-debug/
src/
index.js"
],
"@remix-project/remix-lib"
:
[
"dist/libs/remix-lib/src/index.js"
],
"@remix-project/remix-simulator"
:
[
"dist/libs/remix-simulator/src/index.js"
],
"@remix-project/remix-solidity"
:
[
"dist/libs/remix-solidity/index.js"
],
...
...
workspace.json
View file @
ed2dd996
...
...
@@ -189,7 +189,7 @@
"options"
:
{
"linter"
:
"eslint"
,
"config"
:
"libs/remix-debug/.eslintrc"
,
"
files"
:
[
"libs/remix-debug/**/*.js
"
],
"
tsConfig"
:
[
"libs/remix-debug/tsconfig.lib.json
"
],
"exclude"
:
[
"**/node_modules/**"
,
"libs/remix-debug/test/**/*"
]
}
},
...
...
@@ -206,7 +206,7 @@
"outputPath"
:
"dist/libs/remix-debug"
,
"tsConfig"
:
"libs/remix-debug/tsconfig.lib.json"
,
"packageJson"
:
"libs/remix-debug/package.json"
,
"main"
:
"libs/remix-debug/
index.j
s"
,
"main"
:
"libs/remix-debug/
src/index.t
s"
,
"assets"
:
[
{
"glob"
:
"rdb"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment