mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 02:29:59 +00:00
Replace minimist, convert build scripts to ES modules + misc refactoring
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
{
|
||||
"extends": "../tsconfig"
|
||||
, "include": [
|
||||
"./src/**/*"
|
||||
, "./@types/**/*"
|
||||
]
|
||||
, "compilerOptions": {
|
||||
"lib": [ "ES2020.String", "DOM" ]
|
||||
"extends": "../tsconfig",
|
||||
"include": ["./src/**/*", "./@types/**/*"],
|
||||
"compilerOptions": {
|
||||
"lib": ["ES2020.String", "DOM"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user