Skip to content

Commit e24e9b4

Browse files
clarify tsconfig build modes and sync packages
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 89fca42 commit e24e9b4

138 files changed

Lines changed: 369 additions & 319 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

bun.lock

Lines changed: 46 additions & 109 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/tsconfig.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
{
2-
"extends": "../../tsconfig.json",
2+
"extends": "../../tsconfig.runtime.json",
33
"compilerOptions": {
44
"outDir": "./dist",
55
"rootDir": "./src",
6-
"composite": true,
7-
"noEmit": false,
8-
"emitDeclarationOnly": false,
9-
"allowImportingTsExtensions": false
6+
"composite": true
107
},
118
"include": ["src/**/*"],
129
"exclude": ["node_modules", "dist", "**/*.test.ts"]

packages/element-player/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../../tsconfig.base.json",
2+
"extends": "../../tsconfig.declarations.json",
33
"compilerOptions": {
44
"target": "ES2020",
55
"module": "ESNext",
@@ -8,7 +8,6 @@
88
"types": ["svelte"],
99
"declaration": true,
1010
"declarationDir": "./dist",
11-
"emitDeclarationOnly": true,
1211
"sourceMap": true,
1312
"strict": true,
1413
"skipLibCheck": true

packages/element-theme-daisyui/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
2-
"extends": "../../tsconfig.base.json",
2+
"extends": "../../tsconfig.declarations.json",
33
"compilerOptions": {
44
"target": "ES2022",
55
"module": "ESNext",
66
"lib": ["ES2022", "DOM", "DOM.Iterable"],
77
"moduleResolution": "bundler",
88
"declaration": true,
99
"declarationDir": "./dist",
10-
"emitDeclarationOnly": true,
1110
"sourceMap": true,
1211
"strict": true,
1312
"skipLibCheck": true

packages/element-theme/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
2-
"extends": "../../tsconfig.base.json",
2+
"extends": "../../tsconfig.declarations.json",
33
"compilerOptions": {
44
"target": "ES2022",
55
"module": "ESNext",
66
"lib": ["ES2022", "DOM", "DOM.Iterable"],
77
"moduleResolution": "bundler",
88
"declaration": true,
99
"declarationDir": "./dist",
10-
"emitDeclarationOnly": true,
1110
"sourceMap": true,
1211
"strict": true,
1312
"skipLibCheck": true

packages/elements-react/categorize/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pie-element/categorize",
3-
"version": "13.0.1",
3+
"version": "13.1.0-next.1",
44
"description": "",
55
"dependencies": {
66
"@dnd-kit/core": "6.3.1",

packages/elements-react/categorize/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../../../tsconfig.base.json",
2+
"extends": "../../../tsconfig.declarations.json",
33
"compilerOptions": {
44
"outDir": "dist",
55
"declarationDir": "dist",

packages/elements-react/charting/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pie-element/charting",
3-
"version": "12.0.1",
3+
"version": "12.1.0-next.1",
44
"description": "",
55
"dependencies": {
66
"@emotion/react": "^11.14.0",

packages/elements-react/charting/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../../../tsconfig.base.json",
2+
"extends": "../../../tsconfig.declarations.json",
33
"compilerOptions": {
44
"outDir": "dist",
55
"declarationDir": "dist",

packages/elements-react/complex-rubric/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pie-element/complex-rubric",
3-
"version": "7.0.1",
3+
"version": "7.1.0-next.1",
44
"description": "Complex Rubric Scoring Interaction",
55
"dependencies": {
66
"@emotion/react": "^11.14.0",

0 commit comments

Comments
 (0)