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
1d5bdba1
Commit
1d5bdba1
authored
Aug 19, 2021
by
ioedeveloper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Setup tsconfig.base.json
parent
d889e87f
Hide whitespace changes
Inline
Side-by-side
Showing
30 changed files
with
80 additions
and
58 deletions
+80
-58
tsconfig.json
apps/debugger/tsconfig.json
+1
-1
tsconfig.json
apps/remix-ide-e2e/tsconfig.json
+1
-1
tsconfig.json
apps/remix-ide/tsconfig.json
+1
-1
tsconfig.json
libs/remix-analyzer/tsconfig.json
+1
-1
tsconfig.json
libs/remix-astwalker/tsconfig.json
+1
-1
tsconfig.json
libs/remix-core-plugin/tsconfig.json
+1
-1
tsconfig.json
libs/remix-debug/tsconfig.json
+1
-1
tsconfig.json
libs/remix-lib/tsconfig.json
+1
-1
tsconfig.json
libs/remix-simulator/tsconfig.json
+1
-1
tsconfig.json
libs/remix-solidity/tsconfig.json
+1
-1
tsconfig.json
libs/remix-tests/tsconfig.json
+1
-1
tsconfig.json
libs/remix-ui/checkbox/tsconfig.json
+1
-1
tsconfig.json
libs/remix-ui/clipboard/tsconfig.json
+1
-1
tsconfig.json
libs/remix-ui/debugger-ui/tsconfig.json
+1
-1
tsconfig.json
libs/remix-ui/file-explorer/tsconfig.json
+1
-1
tsconfig.json
libs/remix-ui/modal-dialog/tsconfig.json
+1
-1
tsconfig.json
libs/remix-ui/publish-to-storage/tsconfig.json
+1
-1
tsconfig.json
libs/remix-ui/renderer/tsconfig.json
+1
-1
tsconfig.json
libs/remix-ui/settings/tsconfig.json
+1
-1
tsconfig.json
libs/remix-ui/solidity-compiler/tsconfig.json
+1
-1
tsconfig.json
libs/remix-ui/static-analyser/tsconfig.json
+1
-1
tsconfig.json
libs/remix-ui/toaster/tsconfig.json
+1
-1
tsconfig.json
libs/remix-ui/tree-view/tsconfig.json
+1
-1
tsconfig.json
libs/remix-ui/utils/tsconfig.json
+1
-1
tsconfig.json
libs/remix-ui/workspace/tsconfig.json
+1
-1
tsconfig.json
libs/remix-url-resolver/tsconfig.json
+1
-1
tsconfig.json
libs/remixd/tsconfig.json
+1
-1
nx.json
nx.json
+2
-1
tsconfig.base.json
tsconfig.base.json
+48
-0
tsconfig.json
tsconfig.json
+3
-30
No files found.
apps/debugger/tsconfig.json
View file @
1d5bdba1
{
"extends"
:
"../../tsconfig.json"
,
"extends"
:
"../../tsconfig.
base.
json"
,
"compilerOptions"
:
{
"jsx"
:
"react"
,
"allowJs"
:
true
,
...
...
apps/remix-ide-e2e/tsconfig.json
View file @
1d5bdba1
{
"extends"
:
"../../tsconfig.json"
,
"extends"
:
"../../tsconfig.
base.
json"
,
"compilerOptions"
:
{
"types"
:
[
"node"
,
"nightwatch"
],
"esModuleInterop"
:
true
...
...
apps/remix-ide/tsconfig.json
View file @
1d5bdba1
{
"extends"
:
"../../tsconfig.json"
,
"extends"
:
"../../tsconfig.
base.
json"
,
"compilerOptions"
:
{
"jsx"
:
"react"
,
"allowJs"
:
true
,
...
...
libs/remix-analyzer/tsconfig.json
View file @
1d5bdba1
{
"extends"
:
"../../tsconfig.json"
,
"extends"
:
"../../tsconfig.
base.
json"
,
"compilerOptions"
:
{
"types"
:
[
"node"
],
"module"
:
"commonjs"
,
...
...
libs/remix-astwalker/tsconfig.json
View file @
1d5bdba1
{
"extends"
:
"../../tsconfig.json"
,
"extends"
:
"../../tsconfig.
base.
json"
,
"compilerOptions"
:
{
"types"
:
[
"node"
],
"module"
:
"commonjs"
,
...
...
libs/remix-core-plugin/tsconfig.json
View file @
1d5bdba1
{
"extends"
:
"../../tsconfig.json"
,
"extends"
:
"../../tsconfig.
base.
json"
,
"files"
:
[],
"include"
:
[],
"references"
:
[
...
...
libs/remix-debug/tsconfig.json
View file @
1d5bdba1
{
"extends"
:
"../../tsconfig.json"
,
"extends"
:
"../../tsconfig.
base.
json"
,
"compilerOptions"
:
{
"types"
:
[
"node"
,
"tape"
],
"esModuleInterop"
:
true
...
...
libs/remix-lib/tsconfig.json
View file @
1d5bdba1
{
"extends"
:
"../../tsconfig.json"
,
"extends"
:
"../../tsconfig.
base.
json"
,
"compilerOptions"
:
{
"types"
:
[
"node"
,
"tape"
],
"esModuleInterop"
:
true
...
...
libs/remix-simulator/tsconfig.json
View file @
1d5bdba1
{
"extends"
:
"../../tsconfig.json"
,
"extends"
:
"../../tsconfig.
base.
json"
,
"compilerOptions"
:
{
"types"
:
[
"node"
,
"mocha"
],
"esModuleInterop"
:
true
...
...
libs/remix-solidity/tsconfig.json
View file @
1d5bdba1
{
"extends"
:
"../../tsconfig.json"
,
"extends"
:
"../../tsconfig.
base.
json"
,
"compilerOptions"
:
{
"types"
:
[
"node"
]
},
...
...
libs/remix-tests/tsconfig.json
View file @
1d5bdba1
{
"extends"
:
"../../tsconfig.json"
,
"extends"
:
"../../tsconfig.
base.
json"
,
"compilerOptions"
:
{
"types"
:
[
"node"
,
"jest"
],
"module"
:
"commonjs"
,
...
...
libs/remix-ui/checkbox/tsconfig.json
View file @
1d5bdba1
{
"extends"
:
"../../../tsconfig.json"
,
"extends"
:
"../../../tsconfig.
base.
json"
,
"compilerOptions"
:
{
"jsx"
:
"react"
,
"allowJs"
:
true
,
...
...
libs/remix-ui/clipboard/tsconfig.json
View file @
1d5bdba1
{
"extends"
:
"../../../tsconfig.json"
,
"extends"
:
"../../../tsconfig.
base.
json"
,
"compilerOptions"
:
{
"jsx"
:
"react"
,
"allowJs"
:
true
,
...
...
libs/remix-ui/debugger-ui/tsconfig.json
View file @
1d5bdba1
{
"extends"
:
"../../../tsconfig.json"
,
"extends"
:
"../../../tsconfig.
base.
json"
,
"compilerOptions"
:
{
"jsx"
:
"react"
,
"allowJs"
:
true
,
...
...
libs/remix-ui/file-explorer/tsconfig.json
View file @
1d5bdba1
{
"extends"
:
"../../../tsconfig.json"
,
"extends"
:
"../../../tsconfig.
base.
json"
,
"compilerOptions"
:
{
"jsx"
:
"react"
,
"allowJs"
:
true
,
...
...
libs/remix-ui/modal-dialog/tsconfig.json
View file @
1d5bdba1
{
"extends"
:
"../../../tsconfig.json"
,
"extends"
:
"../../../tsconfig.
base.
json"
,
"compilerOptions"
:
{
"jsx"
:
"react"
,
"allowJs"
:
true
,
...
...
libs/remix-ui/publish-to-storage/tsconfig.json
View file @
1d5bdba1
{
"extends"
:
"../../../tsconfig.json"
,
"extends"
:
"../../../tsconfig.
base.
json"
,
"compilerOptions"
:
{
"jsx"
:
"react"
,
"allowJs"
:
true
,
...
...
libs/remix-ui/renderer/tsconfig.json
View file @
1d5bdba1
{
"extends"
:
"../../../tsconfig.json"
,
"extends"
:
"../../../tsconfig.
base.
json"
,
"compilerOptions"
:
{
"jsx"
:
"react"
,
"allowJs"
:
true
,
...
...
libs/remix-ui/settings/tsconfig.json
View file @
1d5bdba1
{
"extends"
:
"../../../tsconfig.json"
,
"extends"
:
"../../../tsconfig.
base.
json"
,
"compilerOptions"
:
{
"jsx"
:
"react"
,
"allowJs"
:
true
,
...
...
libs/remix-ui/solidity-compiler/tsconfig.json
View file @
1d5bdba1
{
"extends"
:
"../../../tsconfig.json"
,
"extends"
:
"../../../tsconfig.
base.
json"
,
"compilerOptions"
:
{
"jsx"
:
"react"
,
"allowJs"
:
true
,
...
...
libs/remix-ui/static-analyser/tsconfig.json
View file @
1d5bdba1
{
"extends"
:
"../../../tsconfig.json"
,
"extends"
:
"../../../tsconfig.
base.
json"
,
"compilerOptions"
:
{
"jsx"
:
"react"
,
"allowJs"
:
true
,
...
...
libs/remix-ui/toaster/tsconfig.json
View file @
1d5bdba1
{
"extends"
:
"../../../tsconfig.json"
,
"extends"
:
"../../../tsconfig.
base.
json"
,
"compilerOptions"
:
{
"jsx"
:
"react"
,
"allowJs"
:
true
,
...
...
libs/remix-ui/tree-view/tsconfig.json
View file @
1d5bdba1
{
"extends"
:
"../../../tsconfig.json"
,
"extends"
:
"../../../tsconfig.
base.
json"
,
"compilerOptions"
:
{
"jsx"
:
"react"
,
"allowJs"
:
true
,
...
...
libs/remix-ui/utils/tsconfig.json
View file @
1d5bdba1
{
"extends"
:
"../../../tsconfig.json"
,
"extends"
:
"../../../tsconfig.
base.
json"
,
"compilerOptions"
:
{
"jsx"
:
"react"
,
"allowJs"
:
true
,
...
...
libs/remix-ui/workspace/tsconfig.json
View file @
1d5bdba1
{
"extends"
:
"../../../tsconfig.json"
,
"extends"
:
"../../../tsconfig.
base.
json"
,
"compilerOptions"
:
{
"jsx"
:
"react"
,
"allowJs"
:
true
,
...
...
libs/remix-url-resolver/tsconfig.json
View file @
1d5bdba1
{
"extends"
:
"../../tsconfig.json"
,
"extends"
:
"../../tsconfig.
base.
json"
,
"compilerOptions"
:
{
"types"
:
[
"node"
,
"mocha"
],
"module"
:
"commonjs"
,
...
...
libs/remixd/tsconfig.json
View file @
1d5bdba1
{
"extends"
:
"../../tsconfig.json"
,
"extends"
:
"../../tsconfig.
base.
json"
,
"files"
:
[],
"include"
:
[],
"references"
:
[
...
...
nx.json
View file @
1d5bdba1
...
...
@@ -6,8 +6,9 @@
"dependencies"
:
"*"
,
"devDependencies"
:
"*"
},
"tsconfig.json"
:
"*"
,
"tsconfig.
base.
json"
:
"*"
,
"tslint.json"
:
"*"
,
".eslintrc"
:
"*"
,
"nx.json"
:
"*"
},
"tasksRunnerOptions"
:
{
...
...
tsconfig.base.json
0 → 100644
View file @
1d5bdba1
{
"compileOnSave"
:
false
,
"compilerOptions"
:
{
"rootDir"
:
"."
,
"sourceMap"
:
true
,
"declaration"
:
false
,
"moduleResolution"
:
"node"
,
"emitDecoratorMetadata"
:
true
,
"experimentalDecorators"
:
true
,
"importHelpers"
:
true
,
"target"
:
"es2015"
,
"module"
:
"commonjs"
,
"typeRoots"
:
[
"node_modules/@types"
],
"lib"
:
[
"es2017"
,
"es2019"
,
"dom"
],
"skipLibCheck"
:
true
,
"skipDefaultLibCheck"
:
true
,
"baseUrl"
:
"."
,
"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/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"
],
"@remix-project/remix-tests"
:
[
"dist/libs/remix-tests/src/index.js"
],
"@remix-project/remix-url-resolver"
:
[
"dist/libs/remix-url-resolver/index.js"
],
"@remixproject/debugger-plugin"
:
[
"apps/debugger/src/index.ts"
],
"@remix-project/remixd"
:
[
"dist/libs/remixd/index.js"
],
"@remix-ui/tree-view"
:
[
"libs/remix-ui/tree-view/src/index.ts"
],
"@remix-ui/debugger-ui"
:
[
"libs/remix-ui/debugger-ui/src/index.ts"
],
"@remix-ui/utils"
:
[
"libs/remix-ui/utils/src/index.ts"
],
"@remix-ui/clipboard"
:
[
"libs/remix-ui/clipboard/src/index.ts"
],
"@remix-project/remix-solidity-ts"
:
[
"libs/remix-solidity/src/index.ts"
],
"@remix-ui/modal-dialog"
:
[
"libs/remix-ui/modal-dialog/src/index.ts"
],
"@remix-ui/toaster"
:
[
"libs/remix-ui/toaster/src/index.ts"
],
"@remix-ui/file-explorer"
:
[
"libs/remix-ui/file-explorer/src/index.ts"
],
"@remix-ui/workspace"
:
[
"libs/remix-ui/workspace/src/index.ts"
],
"@remix-ui/static-analyser"
:
[
"libs/remix-ui/static-analyser/src/index.ts"
],
"@remix-ui/checkbox"
:
[
"libs/remix-ui/checkbox/src/index.ts"
],
"@remix-ui/settings"
:
[
"libs/remix-ui/settings/src/index.ts"
],
"@remix-project/core-plugin"
:
[
"libs/remix-core-plugin/src/index.ts"
],
"@remix-ui/solidity-compiler"
:
[
"libs/remix-ui/solidity-compiler/src/index.ts"
],
"@remix-ui/publish-to-storage"
:
[
"libs/remix-ui/publish-to-storage/src/index.ts"
],
"@remix-ui/renderer"
:
[
"libs/remix-ui/renderer/src/index.ts"
]
}
},
"exclude"
:
[
"node_modules"
,
"tmp"
]
}
tsconfig.json
View file @
1d5bdba1
...
...
@@ -10,39 +10,12 @@
"importHelpers"
:
true
,
"target"
:
"es2015"
,
"module"
:
"commonjs"
,
"typeRoots"
:
[
"node_modules/@types"
],
"lib"
:
[
"es2017"
,
"es2019"
,
"dom"
],
"lib"
:
[
"es2017"
,
"dom"
],
"skipLibCheck"
:
true
,
"skipDefaultLibCheck"
:
true
,
"baseUrl"
:
"."
,
"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/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"
],
"@remix-project/remix-tests"
:
[
"dist/libs/remix-tests/src/index.js"
],
"@remix-project/remix-url-resolver"
:
[
"dist/libs/remix-url-resolver/index.js"
],
"@remixproject/debugger-plugin"
:
[
"apps/debugger/src/index.ts"
],
"@remix-project/remixd"
:
[
"dist/libs/remixd/index.js"
],
"@remix-ui/tree-view"
:
[
"libs/remix-ui/tree-view/src/index.ts"
],
"@remix-ui/debugger-ui"
:
[
"libs/remix-ui/debugger-ui/src/index.ts"
],
"@remix-ui/utils"
:
[
"libs/remix-ui/utils/src/index.ts"
],
"@remix-ui/clipboard"
:
[
"libs/remix-ui/clipboard/src/index.ts"
],
"@remix-project/remix-solidity-ts"
:
[
"libs/remix-solidity/src/index.ts"
],
"@remix-ui/modal-dialog"
:
[
"libs/remix-ui/modal-dialog/src/index.ts"
],
"@remix-ui/toaster"
:
[
"libs/remix-ui/toaster/src/index.ts"
],
"@remix-ui/file-explorer"
:
[
"libs/remix-ui/file-explorer/src/index.ts"
],
"@remix-ui/workspace"
:
[
"libs/remix-ui/workspace/src/index.ts"
],
"@remix-ui/static-analyser"
:
[
"libs/remix-ui/static-analyser/src/index.ts"
],
"@remix-ui/checkbox"
:
[
"libs/remix-ui/checkbox/src/index.ts"
],
"@remix-ui/settings"
:
[
"libs/remix-ui/settings/src/index.ts"
],
"@remix-project/core-plugin"
:
[
"libs/remix-core-plugin/src/index.ts"
],
"@remix-ui/solidity-compiler"
:
[
"libs/remix-ui/solidity-compiler/src/index.ts"
],
"@remix-ui/publish-to-storage"
:
[
"libs/remix-ui/publish-to-storage/src/index.ts"
],
"@remix-ui/renderer"
:
[
"libs/remix-ui/renderer/src/index.ts"
]
}
"paths"
:
{},
"allowSyntheticDefaultImports"
:
true
},
"exclude"
:
[
"node_modules"
,
"tmp"
]
}
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