Skip to content

Commit dd46bf0

Browse files
committed
Condense config files
1 parent ae22a46 commit dd46bf0

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

tsconfig.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@
88
"DOM",
99
"DOM.Iterable"
1010
],
11-
"module": "ESNext",
11+
"allowSyntheticDefaultImports": true,
12+
"composite": true,
1213
"skipLibCheck": true,
14+
"module": "ESNext",
1315
"types": ["node", "vite/client"],
1416

1517
// Paths
@@ -43,7 +45,7 @@
4345
},
4446
"include": [
4547
"src",
46-
"@styles/styles.d.ts"
47-
],
48-
"references": [{ "path": "./tsconfig.node.json" }]
48+
"@styles/styles.d.ts",
49+
"vite.config.ts"
50+
]
4951
}

tsconfig.node.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)