7 lines
161 B
JSON
7 lines
161 B
JSON
{
|
|
"extends": "@gib/tsconfig/base.json",
|
|
"compilerOptions": { "lib": ["ES2022", "dom", "dom.iterable"] },
|
|
"include": ["."],
|
|
"exclude": ["node_modules"]
|
|
}
|