mirror of
https://github.com/vercel/flags.git
synced 2026-09-19 03:49:23 +08:00
5f3757afc7
* stop relying on workspace tsconfig closes #204 * add changeset
10 lines
194 B
JSON
10 lines
194 B
JSON
{
|
|
"extends": "../../tsconfig-base.json",
|
|
"include": ["src"],
|
|
"compilerOptions": {
|
|
"lib": ["dom", "dom.iterable", "esnext"],
|
|
"resolveJsonModule": true,
|
|
"target": "ES2020"
|
|
}
|
|
}
|