mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 16:49:58 +00:00
10 lines
205 B
JSON
10 lines
205 B
JSON
{
|
|
"extends": "../tsconfig",
|
|
"compilerOptions": {
|
|
"lib": ["ESNext", "DOM", "DOM.Iterable"],
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"module": "esnext"
|
|
}
|
|
}
|