mirror of
https://github.com/iptv-org/epg
synced 2026-05-08 18:36:59 -04:00
fix typescript configuration
This commit is contained in:
@@ -8,8 +8,11 @@
|
|||||||
"declaration": true,
|
"declaration": true,
|
||||||
"typeRoots": [
|
"typeRoots": [
|
||||||
"./node_modules/@types",
|
"./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