mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 08:13:24 +00:00
changed script import path to skip compilation step
This commit is contained in:
@@ -17,5 +17,8 @@
|
||||
}
|
||||
},
|
||||
"include": ["src"],
|
||||
"exclude": ["node_modules", "**/__tests__/*"]
|
||||
"exclude": ["node_modules", "**/__tests__/*"],
|
||||
"ts-node": {
|
||||
"require": ["tsconfig-paths/register"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user