diff --git a/.npmignore b/.npmignore index 35828682..12d75aac 100644 --- a/.npmignore +++ b/.npmignore @@ -4,4 +4,3 @@ CODE_OF_CONDUCT.md CONTRIBUTING.md Documentation/ Source/ -Summary.md diff --git a/tsconfig.json b/tsconfig.json index fc5b0843..3c9c3bfe 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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"]