Skip to content

Commit

Permalink
fix(conf) moved tsconfig paths as per bennymeg#14
Browse files Browse the repository at this point in the history
  • Loading branch information
bennymeg committed Apr 7, 2020
1 parent c423eed commit a934b78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 1 addition & 5 deletions src/schematics/application/files/app/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
{
"extends": "<%= offset %>tsconfig.json",
"compilerOptions": {
"types": ["node"],
"paths": {
"@benny/nx-electron/schema/packager": ["node_modules/nx-electron/src/validation/packager.schema.json"],
"@benny/nx-electron/schema/maker": ["node_modules/nx-electron/src/validation/maker.schema.json"]
}
"types": ["node"]
},
"include": ["**/*.ts"]
}
4 changes: 4 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
"lib": ["es2017"],
"declaration": true,
"baseUrl": ".",
"paths": {
"@benny/nx-electron/schema/packager": ["node_modules/nx-electron/src/validation/packager.schema.json"],
"@benny/nx-electron/schema/maker": ["node_modules/nx-electron/src/validation/maker.schema.json"]
}
},
"exclude": [
"tmp",
Expand Down

0 comments on commit a934b78

Please sign in to comment.