We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbea9a0 commit f85bb56Copy full SHA for f85bb56
frontend/tsconfig.app.json
@@ -1,6 +1,7 @@
1
{
2
"extends": "@tsconfig/svelte/tsconfig.json",
3
"compilerOptions": {
4
+ "composite": true,
5
"target": "ES2022",
6
"useDefineForClassFields": true,
7
"module": "ESNext",
frontend/tsconfig.node.json
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
"target": "ES2023",
"lib": ["ES2023"],
@@ -11,7 +12,7 @@
11
12
"allowImportingTsExtensions": true,
13
"verbatimModuleSyntax": true,
14
"moduleDetection": "force",
- "noEmit": true,
15
+ "noEmit": false,
16
17
/* Linting */
18
"strict": true,
0 commit comments