mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 13:48:14 +00:00
10 lines
169 B
JSON
10 lines
169 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "react"
|
|
},
|
|
"include": ["src"]
|
|
}
|