mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 16:49:58 +00:00
11 lines
162 B
JSON
11 lines
162 B
JSON
{
|
|
"extends": "../common/tsconfig"
|
|
, "include": [
|
|
"./src/**/*"
|
|
, "./@types/**/*"
|
|
]
|
|
, "compilerOptions": {
|
|
"strict": true
|
|
}
|
|
}
|