Skip to content

Commit f85bb56

Browse files
committed
なぜかtsconfigを書き直さないとtsconfig.jsonがエラーだと怒ってきたので変更しました もしダメだったら教えて...
1 parent dbea9a0 commit f85bb56

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

frontend/tsconfig.app.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "@tsconfig/svelte/tsconfig.json",
33
"compilerOptions": {
4+
"composite": true,
45
"target": "ES2022",
56
"useDefineForClassFields": true,
67
"module": "ESNext",

frontend/tsconfig.node.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"compilerOptions": {
33
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
4+
"composite": true,
45
"target": "ES2023",
56
"lib": ["ES2023"],
67
"module": "ESNext",
@@ -11,7 +12,7 @@
1112
"allowImportingTsExtensions": true,
1213
"verbatimModuleSyntax": true,
1314
"moduleDetection": "force",
14-
"noEmit": true,
15+
"noEmit": false,
1516

1617
/* Linting */
1718
"strict": true,

0 commit comments

Comments
 (0)