fbfb6190ab
* feat: introduce @astrojs/rss package! * feat: add config "site" to env variable * docs: add @astrojs/rss readme * chore: changeset * fix: testing script * deps: add mocha, chai, chai-promises * tests: add rss test! * feat: add canonicalUrl arg * chore: remove console.log * fix: remove null check on env (breaks build) * docs: stray ` * chore: update error message to doc link * chore: remove getStylesheet * docs: update stylesheet reference
10 lines
186 B
JSON
10 lines
186 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"include": ["src"],
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"module": "ES2020",
|
|
"outDir": "./dist",
|
|
"target": "ES2020"
|
|
}
|
|
}
|