mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 16:49:58 +00:00
8 lines
153 B
JSON
8 lines
153 B
JSON
{
|
|
"extends": "../tsconfig",
|
|
"include": ["./src/**/*", "./@types/**/*"],
|
|
"compilerOptions": {
|
|
"lib": ["ES2020.String", "DOM"]
|
|
}
|
|
}
|