Skip to content

Commit

Permalink
fix for build
Browse files Browse the repository at this point in the history
  • Loading branch information
AlemTuzlak committed Apr 12, 2023
1 parent bc4dcaf commit b2dec7d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 766 deletions.
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
// "useDefineForClassFields": true, /* Emit ECMAScript-standard-compliant class fields. */
/* Modules */
"module": "es2015", /* Specify what module code is generated. */
//"rootDir": ".", /* Specify the root folder within your source files. */
"rootDir": "./src", /* Specify the root folder within your source files. */
"moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
Expand Down Expand Up @@ -100,7 +100,7 @@
"exclude": [
"./bin/**/*.test.ts",
"./dist/**/*",
"./bin/mocks/**/*",
"./jest.config.ts",
"./bin/mocks/**/*",
"./*.config.ts",
]
}
3 changes: 1 addition & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ export default defineConfig({
"**/__tests__/**",
"**/__mocks__/**",
"**/*.test.ts",
"vitest.config.ts",
"vite.config.ts",
"**/*.config.ts",
],
tsconfig: resolve(__dirname, `tsconfig.json`),
tsconfigOverride: {
Expand Down
Loading

0 comments on commit b2dec7d

Please sign in to comment.