File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import { preprocess } from '@sveltejs/site-kit/markdown/preprocess';
33import path from 'node:path' ;
44import fs from 'node:fs' ;
55import { parseArgs } from 'node:util' ;
6+ import process from 'node:process' ;
67import ts from 'typescript' ;
78import glob from 'tiny-glob/sync.js' ;
89import chokidar from 'chokidar' ;
Original file line number Diff line number Diff line change 99 "skipLibCheck" : true ,
1010 "sourceMap" : true ,
1111 "strict" : true ,
12- "moduleResolution" : " bundler"
12+ "moduleResolution" : " bundler" ,
13+ "rewriteRelativeImportExtensions" : true
1314 }
1415 // Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias
1516 // except $lib which is handled by https://kit.svelte.dev/docs/configuration#files
You can’t perform that action at this time.
0 commit comments