mirror of
https://github.com/zoriya/v10.git
synced 2026-08-12 17:09:55 +00:00
11 lines
211 B
JSON
11 lines
211 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "@videojs/core",
|
|
"lib": ["ES2020"],
|
|
"declarationDir": "types"
|
|
},
|
|
"include": ["src"]
|
|
}
|