mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
11 lines
254 B
JSON
11 lines
254 B
JSON
{
|
|
"extends": "../../../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"lib": ["ES2020", "DOM", "DOM.Iterable"],
|
|
"declarationDir": "../../types/dom"
|
|
},
|
|
"references": [{ "path": "../.." }],
|
|
"include": ["./**/*.ts"]
|
|
}
|