mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 08:13:24 +00:00
update deps, migrate to pnpm
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
"compilerOptions": {
|
||||
"target": "es2021",
|
||||
"lib": ["es2021", "DOM"],
|
||||
"module": "CommonJS",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Bundler",
|
||||
"esModuleInterop": true,
|
||||
"declaration": true,
|
||||
"outDir": "./lib",
|
||||
@@ -11,14 +12,12 @@
|
||||
"experimentalDecorators": true,
|
||||
"isolatedModules": false,
|
||||
"skipLibCheck": true,
|
||||
"resolveJsonModule": true,
|
||||
"paths": {
|
||||
"@/*": ["./*"],
|
||||
"@entrypoint": ["./index.ts"]
|
||||
}
|
||||
},
|
||||
"include": ["src"],
|
||||
"exclude": ["node_modules", "**/__test__"],
|
||||
"ts-node": {
|
||||
"require": ["tsconfig-paths/register"]
|
||||
}
|
||||
"include": ["src", "vite.config.ts"],
|
||||
"exclude": ["node_modules", "**/__test__"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user