mirror of
https://github.com/iptv-org/epg
synced 2025-12-15 18:06:40 -05: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