mirror of
https://github.com/sern-handler/cli
synced 2026-06-06 01:16:53 +00:00
fix preprocessor.ts dependencies intellisense
This commit is contained in:
@@ -44,7 +44,7 @@ const writeTsConfig = async (format: 'cjs' | 'esm', configPath: string, fw: File
|
||||
const target = format === 'esm' ? { target: 'esnext' } : {};
|
||||
const sernTsConfig = {
|
||||
"compilerOptions": {
|
||||
"moduleResolution": "bundler",
|
||||
"moduleResolution": "node",
|
||||
"strict": true,
|
||||
"skipLibCheck": true,
|
||||
...target,
|
||||
|
||||
Reference in New Issue
Block a user