Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
softmarshmallow committed Dec 17, 2023
1 parent 248ae25 commit 6f5c20c
Show file tree
Hide file tree
Showing 4 changed files with 6,068 additions and 7,355 deletions.
1 change: 0 additions & 1 deletion editor/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const packages = [

// -----------------------------
// region @designto-code
"@grida/api",
"@grida/code",
"@designto/debugger",
"@grida/builder-config",
Expand Down
1 change: 0 additions & 1 deletion www/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ const packages = [

// -----------------------------
// region @designto-code
"@grida/api",
"@grida/code",
"@designto/debugger",
"@grida/builder-config",
Expand Down
6 changes: 3 additions & 3 deletions www/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"compilerOptions": {
"target": "es5",
"target": "es2015",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"strict": false,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "bundler",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"incremental": true,
"incremental": false,
"plugins": [
{
"name": "next"
Expand Down
Loading

0 comments on commit 6f5c20c

Please sign in to comment.