Skip to content

Commit 2fd4499

Browse files
author
Kubit
committed
Fix build
1 parent a73699a commit 2fd4499

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

tsconfig-cjs.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"extends": "./tsconfig-build",
33
"compilerOptions": {
44
"module": "CommonJS" /* Specify what module code is generated. */,
5-
"outDir": "./dist/cjs",
6-
"declaration": false
5+
"outDir": "./dist/cjs"
76
},
8-
"exclude": ["./vite.config.ts"]
7+
"exclude": ["./vite.config.ts"],
8+
"include": ["./src/**/*", "./src/designSystem/kubit/assets/animations/loaderPrimary.json"]
99
}

tsconfig-esm.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"declaration": true,
77
"declarationDir": "./dist/esm"
88
},
9-
"exclude": ["./vite.config.ts"]
9+
"exclude": ["./vite.config.ts"],
10+
"include": ["./src/**/*", "./src/designSystem/kubit/assets/animations/loaderPrimary.json"]
1011
}

tsconfig.tsbuildinfo

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)