45cea6aec5
* Support Node v14.15+ * changeset * Update .changeset/new-hats-design.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Update .changeset/new-hats-design.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Update .changeset/new-hats-design.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * ES2020 * update yarn.lock Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
11 lines
238 B
JSON
11 lines
238 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"include": ["src", "index.d.ts"],
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"target": "ES2020",
|
|
"module": "ES2020",
|
|
"outDir": "./dist",
|
|
"declarationDir": "./dist/types"
|
|
}
|
|
}
|