11 lines
244 B
JSON
11 lines
244 B
JSON
{
|
|
"$schema": "http://json.schemastore.org/tsconfig",
|
|
"extends": "./tsconfig.base.json",
|
|
"files": ["./global.d.ts"],
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"jsx": "preserve",
|
|
"lib": ["dom", "dom.iterable", "esnext"]
|
|
}
|
|
}
|