mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 14:33:26 +00:00
Add type checking in build step
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
},
|
||||
"homepage": "https://providers.docs.movie-web.app/",
|
||||
"scripts": {
|
||||
"build": "vite build",
|
||||
"build": "vite build && tsc --noEmit",
|
||||
"test": "vitest run",
|
||||
"test:dev": "ts-node ./src/dev-cli.ts",
|
||||
"test:watch": "vitest",
|
||||
|
@@ -17,7 +17,7 @@
|
||||
}
|
||||
},
|
||||
"include": ["src"],
|
||||
"exclude": ["node_modules", "**/__tests__/*"],
|
||||
"exclude": ["node_modules", "**/__test__"],
|
||||
"ts-node": {
|
||||
"require": ["tsconfig-paths/register"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user