Skip to content

Commit

Permalink
deploy debug _2
Browse files Browse the repository at this point in the history
debug tsconfig files
  • Loading branch information
nephcode committed Sep 23, 2024
1 parent 99a921c commit ab85854
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"allowImportingTsExtensions": true,
"isolatedModules": true,
"moduleDetection": "force",
"noEmit": true,
"composite": true,
"noEmit": false,
"jsx": "react-jsx",

/* Linting */
Expand Down
7 changes: 4 additions & 3 deletions tsconfig.node.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@
"allowImportingTsExtensions": true,
"isolatedModules": true,
"moduleDetection": "force",
"noEmit": true,

"noEmit": false,
"jsx": "react-jsx",
/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
"noFallthroughCasesInSwitch": true,
"composite": true
},
"include": ["vite.config.ts"]
}

0 comments on commit ab85854

Please sign in to comment.