Skip to content

Commit

Permalink
Merge pull request #14 from AthennaIO/develop
Browse files Browse the repository at this point in the history
chore(tsconfig): add app-build file
  • Loading branch information
jlenon7 authored Oct 15, 2023
2 parents c6cfc07 + cd51822 commit 27b14bb
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@athenna/tsconfig",
"version": "4.9.2",
"version": "4.10.0",
"description": "Exports the base TypeScript configuration for Athena applications and packages.",
"license": "MIT",
"author": "João Lenon <lenon@athenna.io>",
Expand Down Expand Up @@ -28,6 +28,7 @@
"./tsc": "./src/tsc.js",
"./copyfiles": "./src/copyfiles.js",
"./tsconfig.app.json": "./tsconfig.app.json",
"./tsconfig.app-build.json": "./tsconfig.app-build.json",
"./tsconfig.app-slim.json": "./tsconfig.app-slim.json",
"./tsconfig.base.json": "./tsconfig.base.json",
"./tsconfig.lib.json": "./tsconfig.lib.json",
Expand Down
8 changes: 8 additions & 0 deletions tsconfig.app-build.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": "../../../tsconfig.json",
"exclude": [
"../../../build",
"../../../tests",
"../../../node_modules"
]
}
2 changes: 1 addition & 1 deletion tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"#database/*": ["../../../database/*.ts"],
"#lang/*": ["../../../lang/*.ts"],
"#providers/*": ["../../../providers/*.ts"],
"#facades/*": ["../../../facades/*.ts"],
"#facades/*": ["../../../providers/facades/*.ts"],
"#resources/*": ["../../../resources/*.ts"],
"#routes/*": ["../../../routes/*.ts"],
"#storage/*": ["../../../storage/*.ts"],
Expand Down

0 comments on commit 27b14bb

Please sign in to comment.