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