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

Commit

Permalink
Updated to latest Theia
Browse files Browse the repository at this point in the history
  • Loading branch information
spoenemann committed Jul 25, 2019
1 parent 653f484 commit d655de0
Show file tree
Hide file tree
Showing 4 changed files with 3,533 additions and 1,929 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions electron-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"name": "electron-app",
"version": "0.0.0",
"dependencies": {
"@theia/electron": "next",
"@theia/core": "next",
"@theia/filesystem": "next",
"@theia/workspace": "next",
Expand Down
13 changes: 10 additions & 3 deletions jsonschema-form-extension/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
{
"compilerOptions": {
"strict": true,
"strictPropertyInitialization": false,
"experimentalDecorators": true,
"skipLibCheck": true,
"declaration": true,
"declarationMap": true,
"noImplicitAny": true,
"noEmitOnError": false,
"noImplicitThis": true,
"noUnusedLocals": true,
"strictNullChecks": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"downlevelIteration": true,
"resolveJsonModule": true,
"module": "commonjs",
"moduleResolution": "node",
"target": "es5",
"jsx": "react",
"lib": [
"es6",
"dom"
Expand Down
Loading

0 comments on commit d655de0

Please sign in to comment.