mirror of
https://github.com/iptv-org/epg
synced 2026-04-08 03:42:55 -04:00
fix typescript configuration
This commit is contained in:
@@ -8,8 +8,11 @@
|
||||
"declaration": true,
|
||||
"typeRoots": [
|
||||
"./node_modules/@types",
|
||||
"./src/types"
|
||||
"./scripts/types"
|
||||
],
|
||||
"allowJs": true
|
||||
}
|
||||
"allowJs": true,
|
||||
"outDir": "./"
|
||||
},
|
||||
"include": ["src/**/*", "scripts/types/**/*"],
|
||||
"exclude": ["node_modules", "dist"]
|
||||
}
|
||||
Reference in New Issue
Block a user