File tree Expand file tree Collapse file tree 3 files changed +4
-47
lines changed Expand file tree Collapse file tree 3 files changed +4
-47
lines changed Original file line number Diff line number Diff line change 1
1
import type { StorybookConfig } from '@storybook/vue3-vite'
2
2
import { mergeConfig } from 'vite'
3
- import { primitivesPackagesAlias } from '../scripts_c/output'
3
+ import { primitivesPackagesAlias } from '../scripts_c/output.ts '
4
4
5
5
const resolve = ( val : string ) => new URL ( val , import . meta. url ) . pathname
6
6
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 15
15
" node"
16
16
// "@vitest/browser/providers/wbdriverio"
17
17
],
18
+ "allowImportingTsExtensions" : true ,
18
19
"strict" : true ,
19
20
"strictNullChecks" : true ,
20
21
"noUnusedLocals" : true ,
22
+ "noEmit" : true ,
21
23
"outDir" : " ./dist" ,
22
24
"esModuleInterop" : true ,
23
25
"forceConsistentCasingInFileNames" : true ,
24
26
"skipLibCheck" : true
25
27
}
26
- // "include": [
27
- // "./vitest.setup.ts"
28
- // ]
28
+
29
29
}
You can’t perform that action at this time.
0 commit comments