Skip to content

Commit 84d0468

Browse files
committed
Update template
1 parent 7c0635f commit 84d0468

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@types/react": "19.0.0",
2828
"@types/three": "0.170.0",
2929
"@types/web": "0.0.166",
30-
"eslint": "8.56.0",
30+
"eslint": "8.57.1",
3131
"prettier": "3.3.3",
3232
"typescript": "5.5.4"
3333
},

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"esModuleInterop": true,
1010
"skipLibCheck": true,
1111
"forceConsistentCasingInFileNames": true,
12-
"noUnusedLocals": true,
13-
"incremental": true
12+
"noUnusedLocals": true
1413
},
1514
"exclude": ["remotion.config.ts"]
1615
}

0 commit comments

Comments
 (0)