Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Aug 31, 2024
1 parent 2192718 commit ac828e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ CODE_OF_CONDUCT.md
CONTRIBUTING.md
Documentation/
Source/
Summary.md
7 changes: 6 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@
"noEmit": true,
"outDir": "Target",
"rootDir": ".",
"types": ["astro/client", "astro/env"]
"types": ["astro/client", "astro/env"],
"plugins": [
{
"name": "@astrojs/ts-plugin"
}
]
},
"extends": "@playform/build/tsconfig",
"include": ["Source"]
Expand Down

0 comments on commit ac828e6

Please sign in to comment.