mirror of
https://github.com/vercel/flags.git
synced 2026-09-19 03:49:23 +08:00
10 lines
188 B
JSON
10 lines
188 B
JSON
{
|
|
"extends": "tsconfig/base.json",
|
|
"include": ["src"],
|
|
"compilerOptions": {
|
|
"lib": ["dom", "dom.iterable", "esnext"],
|
|
"resolveJsonModule": true,
|
|
"target": "ES2020"
|
|
}
|
|
}
|