Skip to content

Commit

Permalink
feat: update nx to 7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed Jan 8, 2019
1 parent 5c52096 commit 9e72d5c
Show file tree
Hide file tree
Showing 37 changed files with 512 additions and 224 deletions.
12 changes: 9 additions & 3 deletions apps/angular-console/tsconfig.app.json
@@ -1,10 +1,16 @@
{
"extends": "../../tsconfig.json",
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc/apps/angular-console",
"module": "es2015",
"types": []
},
"exclude": ["src/test.ts", "**/*.spec.ts"],
"include": ["**/*.ts", "../../libs/feature-install-node-js/src/index.ts"]
"exclude": [
"src/test.ts",
"**/*.spec.ts"
],
"include": [
"**/*.ts",
"../../libs/feature-install-node-js/src/index.ts"
]
}
6 changes: 6 additions & 0 deletions apps/angular-console/tsconfig.json
@@ -0,0 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"types": []
}
}
2 changes: 1 addition & 1 deletion apps/electron/src/package.json
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@angular/cli": "7.1.4",
"@nrwl/angular-console-enterprise-electron": "0.0.35",
"@nrwl/schematics": "7.1.1",
"@nrwl/schematics": "7.3.0",
"apollo-server-express": "2.3.1",
"dotenv": "6.2.0",
"electron-store": "2.0.0",
Expand Down
24 changes: 18 additions & 6 deletions apps/electron/tsconfig.app.json
@@ -1,18 +1,30 @@
{
"extends": "../../tsconfig.json",
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc/apps/electron",
"module": "commonjs",
"types": ["node"],
"types": [
"node"
],
"sourceMap": false,
"declaration": false,
"moduleResolution": "node",
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"target": "es2017",
"typeRoots": ["../node_modules/@types"],
"lib": ["dom", "es2017", "esnext.asynciterable"]
"typeRoots": [
"../node_modules/@types"
],
"lib": [
"dom",
"es2017",
"esnext.asynciterable"
]
},
"exclude": ["**/*.spec.ts"],
"include": ["**/*.ts"]
"exclude": [
"**/*.spec.ts"
],
"include": [
"**/*.ts"
]
}
8 changes: 8 additions & 0 deletions apps/electron/tsconfig.json
@@ -0,0 +1,8 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"types": [
"node"
]
}
}
2 changes: 1 addition & 1 deletion apps/vscode/src/package.json
Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@angular/cli": "7.1.4",
"@nrwl/angular-console-enterprise-electron": "0.0.35",
"@nrwl/schematics": "7.1.1",
"@nrwl/schematics": "7.3.0",
"apollo-server-express": "2.3.1",
"express": "4.16.4",
"get-port": "4.1.0",
Expand Down
14 changes: 10 additions & 4 deletions apps/vscode/tsconfig.app.json
@@ -1,9 +1,15 @@
{
"extends": "../../tsconfig.json",
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc/apps/vscode",
"types": ["node"]
"types": [
"node"
]
},
"exclude": ["**/*.spec.ts"],
"include": ["**/*.ts"]
"exclude": [
"**/*.spec.ts"
],
"include": [
"**/*.ts"
]
}
8 changes: 8 additions & 0 deletions apps/vscode/tsconfig.json
@@ -0,0 +1,8 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"types": [
"node"
]
}
}
9 changes: 9 additions & 0 deletions libs/feature-action-bar/tsconfig.json
@@ -0,0 +1,9 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"types": [
"jest",
"node"
]
}
}
2 changes: 1 addition & 1 deletion libs/feature-action-bar/tsconfig.lib.json
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.json",
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc/libs/feature-action-bar",
"target": "es2015",
Expand Down
16 changes: 12 additions & 4 deletions libs/feature-action-bar/tsconfig.spec.json
@@ -1,10 +1,18 @@
{
"extends": "../../tsconfig.json",
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc/libs/feature-action-bar",
"module": "commonjs",
"types": ["jest", "node"]
"types": [
"jest",
"node"
]
},
"files": ["src/test-setup.ts"],
"include": ["**/*.spec.ts", "**/*.d.ts"]
"files": [
"src/test-setup.ts"
],
"include": [
"**/*.spec.ts",
"**/*.d.ts"
]
}
6 changes: 6 additions & 0 deletions libs/feature-extensions/tsconfig.json
@@ -0,0 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"types": []
}
}
2 changes: 1 addition & 1 deletion libs/feature-extensions/tsconfig.lib.json
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.json",
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc/libs/feature-extensions",
"target": "es2015",
Expand Down
6 changes: 6 additions & 0 deletions libs/feature-generate/tsconfig.json
@@ -0,0 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"types": []
}
}
12 changes: 9 additions & 3 deletions libs/feature-generate/tsconfig.lib.json
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.json",
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc/libs/feature-generate",
"target": "es2015",
Expand All @@ -13,7 +13,10 @@
"importHelpers": true,
"downlevelIteration": true,
"types": [],
"lib": ["dom", "es2015"]
"lib": [
"dom",
"es2015"
]
},
"angularCompilerOptions": {
"annotateForClosureCompiler": true,
Expand All @@ -24,5 +27,8 @@
"flatModuleId": "AUTOGENERATED",
"flatModuleOutFile": "AUTOGENERATED"
},
"exclude": ["src/test.ts", "**/*.spec.ts"]
"exclude": [
"src/test.ts",
"**/*.spec.ts"
]
}
6 changes: 6 additions & 0 deletions libs/feature-install-node-js/tsconfig.json
@@ -0,0 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"types": []
}
}
2 changes: 1 addition & 1 deletion libs/feature-install-node-js/tsconfig.lib.json
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.json",
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc/libs/feature-install-node-js",
"target": "es2015",
Expand Down
6 changes: 6 additions & 0 deletions libs/feature-run/tsconfig.json
@@ -0,0 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"types": []
}
}
2 changes: 1 addition & 1 deletion libs/feature-run/tsconfig.lib.json
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.json",
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc/libs/feature-run",
"target": "es2015",
Expand Down
6 changes: 6 additions & 0 deletions libs/feature-settings/tsconfig.json
@@ -0,0 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"types": []
}
}
2 changes: 1 addition & 1 deletion libs/feature-settings/tsconfig.lib.json
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.json",
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc/libs/feature-settings-js",
"target": "es2015",
Expand Down
6 changes: 6 additions & 0 deletions libs/feature-workspaces/tsconfig.json
@@ -0,0 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"types": []
}
}
2 changes: 1 addition & 1 deletion libs/feature-workspaces/tsconfig.lib.json
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.json",
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc/libs/feature-workspaces",
"target": "es2015",
Expand Down
6 changes: 6 additions & 0 deletions libs/schema/tsconfig.json
@@ -0,0 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"types": []
}
}
2 changes: 1 addition & 1 deletion libs/schema/tsconfig.lib.json
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.json",
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc/libs/schema",
"target": "es2015",
Expand Down
9 changes: 9 additions & 0 deletions libs/server/tsconfig.json
@@ -0,0 +1,9 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"types": [
"jest",
"node"
]
}
}
2 changes: 1 addition & 1 deletion libs/server/tsconfig.lib.json
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.json",
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc/libs/server",
"target": "es2015",
Expand Down
13 changes: 9 additions & 4 deletions libs/server/tsconfig.spec.json
@@ -1,10 +1,15 @@
{
"extends": "../../tsconfig.json",
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc/libs/server",
"module": "commonjs",
"types": ["jest", "node"]
"types": [
"jest",
"node"
]
},

"include": ["**/*.spec.ts", "**/*.d.ts"]
"include": [
"**/*.spec.ts",
"**/*.d.ts"
]
}
9 changes: 9 additions & 0 deletions libs/ui/tsconfig.json
@@ -0,0 +1,9 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"types": [
"jest",
"node"
]
}
}
2 changes: 1 addition & 1 deletion libs/ui/tsconfig.lib.json
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.json",
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc/libs/ui",
"target": "es2015",
Expand Down
16 changes: 12 additions & 4 deletions libs/ui/tsconfig.spec.json
@@ -1,10 +1,18 @@
{
"extends": "../../tsconfig.json",
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc/libs/ui",
"module": "commonjs",
"types": ["jest", "node"]
"types": [
"jest",
"node"
]
},
"files": ["src/test-setup.ts"],
"include": ["**/*.spec.ts", "**/*.d.ts"]
"files": [
"src/test-setup.ts"
],
"include": [
"**/*.spec.ts",
"**/*.d.ts"
]
}
9 changes: 9 additions & 0 deletions libs/utils/tsconfig.json
@@ -0,0 +1,9 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"types": [
"jest",
"node"
]
}
}
2 changes: 1 addition & 1 deletion libs/utils/tsconfig.lib.json
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.json",
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc/libs/utils",
"target": "es2015",
Expand Down
16 changes: 12 additions & 4 deletions libs/utils/tsconfig.spec.json
@@ -1,10 +1,18 @@
{
"extends": "../../tsconfig.json",
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc/libs/utils",
"module": "commonjs",
"types": ["jest", "node"]
"types": [
"jest",
"node"
]
},
"files": ["src/test-setup.ts"],
"include": ["**/*.spec.ts", "**/*.d.ts"]
"files": [
"src/test-setup.ts"
],
"include": [
"**/*.spec.ts",
"**/*.d.ts"
]
}

0 comments on commit 9e72d5c

Please sign in to comment.