mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 13:48:14 +00:00
11 lines
240 B
JSON
11 lines
240 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"composite": false,
|
|
"noEmit": true,
|
|
"lib": ["ES2022", "DOM", "DOM.Iterable"],
|
|
"jsx": "react-jsx"
|
|
},
|
|
"include": ["src", "templates", "scripts", "types"]
|
|
}
|